Update vim colors, add better c syntax file
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user