Update vim colors, add better c syntax file

This commit is contained in:
natemaia
2018-12-14 15:16:44 -08:00
parent ccdab4657c
commit e210c826f5
2 changed files with 267 additions and 1 deletions

View File

@ -94,7 +94,7 @@ elseif exists('g:jinx_colors') && g:jinx_colors =~? 'midnight'
set background=dark
let s:jinx.fgr = ['#E1E1E1', 253, 7]
let s:jinx.bgr = ['#40464F', 234, 0]
let s:jinx.bgr = ['#1E2125', 234, 0]
let s:jinx.line = ['#2c3135', 237, 15]
let s:jinx.select = ['#2c3135', 237, 15]
let s:jinx.folded = ['#414449', 240, 15]