Update vim color scheme

This commit is contained in:
natemaia 2018-07-12 23:16:18 -07:00
parent 790e251a34
commit b514f3ef29

View File

@ -53,10 +53,10 @@ if exists('g:jinx_colors') && g:jinx_colors =~? 'day'
set background=light
let s:jinx.fgr = ['#494949', 238]
let s:jinx.bgr = ['#E1E1E1', 254]
let s:jinx.line = ['#DADADA', 253]
let s:jinx.select = ['#CECECE', 251]
let s:jinx.folded = ['#D4D4D4', 252]
let s:jinx.commnt = ['#999999', 102]
let s:jinx.line = ['#D0D0D0', 252]
let s:jinx.select = ['#D0D0D0', 252]
let s:jinx.folded = ['#B2B2B2', 249]
let s:jinx.commnt = ['#808080', 244]
let s:jinx.red = ['#EF7878', 210]
let s:jinx.green = ['#78A078', 108]
@ -69,8 +69,8 @@ else
set background=dark
let s:jinx.fgr = ['#E1E1E1', 253]
let s:jinx.bgr = ['#4D545E', 235]
let s:jinx.line = ['#4D545E', 237]
let s:jinx.select = ['#797979', 240]
let s:jinx.line = ['#5F6772', 67]
let s:jinx.select = ['#5F6772', 67]
let s:jinx.folded = ['#414449', 239]
let s:jinx.commnt = ['#B9B9B9', 102]