commit 202be809016ee38bc7ed1779e423dc4d6d013301
parent 5e83dfff1e66d6fd2d466468f0b7087f26f69e5b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 16 Sep 2019 20:54:16 -0400
vim: jokull update
Former-commit-id: deded1e3847a19ffab5528d0a8d100cb3a2862d1
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim/colors/jokull.vim b/vim/colors/jokull.vim
@@ -21,7 +21,7 @@ hi folded guifg=#73fdff guibg=#d0d0d0 ctermfg=87 ctermbg=252 cterm=NONE gui=NONE
hi tablinefill guifg=NONE guibg=#d0d0d0 ctermfg=NONE ctermbg=252 cterm=NONE gui=NONE
hi tablinesel guifg=NONE guibg=#e5e5e5 ctermfg=NONE ctermbg=7 cterm=NONE gui=NONE
hi wildmenu guifg=#005493 guibg=#e5e5e5 ctermfg=24 ctermbg=7 cterm=bold gui=bold
-hi linenr guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE cterm=NONE gui=NONE
+hi linenr guifg=#9b9b4c guibg=NONE ctermfg=101 ctermbg=NONE cterm=NONE gui=NONE
hi preproc guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE cterm=NONE gui=NONE
hi vertsplit guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE cterm=NONE gui=NONE
hi todo guifg=Blue guibg=Yellow ctermfg=0 ctermbg=0 cterm=NONE gui=NONE
diff --git a/vim/colors/jokull.vimcolor b/vim/colors/jokull.vimcolor
@@ -17,7 +17,7 @@ folded #73fdff, #d0d0d0
tablinefill NONE, #d0d0d0
tablinesel NONE, #e5e5e5
wildmenu #005493, #e5e5e5. bold
-linenr NONE
+linenr #9b9b4c, NONE
preproc NONE
vertsplit NONE
todo Blue, Yellow