dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 92b77875729e17fdb6ae646be357190cead2eb42
parent b2d785bde474f799eccf915806e17653648b9774
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 29 Feb 2020 02:04:44 +0100

vim: light theme update

Former-commit-id: f5b7bda7f409ce87fa080172e0b28bad250f72b2
Diffstat:
Mvim/colors/jokull.schemer | 93++++++++++++++++++++++++++++++++++++++++++-------------------------------------
Mvim/colors/jokull.vim | 58+++++++++++++++++++++++++++++-----------------------------
2 files changed, 78 insertions(+), 73 deletions(-)

diff --git a/vim/colors/jokull.schemer b/vim/colors/jokull.schemer @@ -1,5 +1,7 @@ -" Format is 'group fg_hex, bg_hex. attrs' +" This will be a light colorscheme +background light +" Defining often-used colors palette: text #2c2625, bg #e4e4e4, @@ -11,49 +13,52 @@ palette: justblue #0000FF, justyellow #FFFF00. -background light -Normal text, bg -Cursorline NONE, gray -String #009051. italic -Identifier #112d4e -Function #0096ff. bold -Statement #0050a0 -Include #2696bf. bold -Type darkblue -Search NONE, lightgreen -Incsearch NONE, #b7d1b0. bold -Folded #236dff, gray -Tablinefill NONE, gray -Tablinesel NONE, offwhite -Wildmenu darkblue, offwhite. bold -Linenr #9b9b4c, NONE -Preproc NONE -Vertsplit NONE -Todo justblue, justyellow -Nontext #81A1C1 -Statusline NONE, #7abecd -Statuslinenc NONE, lightblue -Visual NONE, #a8caff -Title #225555. bold -Matchparen lightgreen, lightblue -QfFileName #0076ff -Delimiter #5f5f00 -Comment #5f5f5f. italic -link tabline tablinefill -link repeat,conditional,operator statement -link define,macro,precondit include -link debug,special,specialchar,specialcomment,tag,cursorlinenr,number delimiter -link label,storageclass,typedef structure -link character constant -link signcolumn linenr -link netrwdir function -link netrwexe title -link netrwMarkFile incsearch -link spellbad todo -link spellocal,spellrare,spellcap,markdownUrl string -link markdowncode,mkdlink,vimwikilink type -link pmenu statuslinenc -link pmenusel statusline +" group fg_color, bg_color attribute +Normal text, bg +Cursorline NONE, gray +String #009051. italic +Identifier #112d4e +Function #0096ff. bold +Statement #0050a0 +Include #2696bf. bold +Type darkblue +Search NONE, lightgreen +Incsearch NONE, #b7d1b0. bold +Folded #236dff, gray +Tablinefill NONE, gray +Tablinesel NONE, offwhite +Wildmenu darkblue, offwhite. bold +Linenr #9b9b4c, NONE +Preproc NONE +Vertsplit NONE +Todo justblue, justyellow +Nontext #81A1C1 +Statusline NONE, #7abecd +Statuslinenc NONE, lightblue +Visual NONE, #a8caff +Title #225555. bold +Matchparen lightgreen, lightblue +QfFileName #0076ff +Delimiter #5f5f00 +Comment #5f5f5f. italic + + +" link group1,group2,... target group +link tabline tablinefill +link repeat,conditional,operator statement +link define,macro,precondit include +link debug,special,specialchar,specialcomment,tag,cursorlinenr,number delimiter +link label,storageclass,typedef structure +link character constant +link signcolumn linenr +link netrwdir function +link netrwexe title +link netrwMarkFile incsearch +link spellbad todo +link spellocal,spellrare,spellcap,markdownUrl string +link markdowncode,mkdlink,vimwikilink type +link pmenu statuslinenc +link pmenusel statusline Diffadd NONE, #a5ffa5 Diffdelete NONE, #ffa5a5 diff --git a/vim/colors/jokull.vim b/vim/colors/jokull.vim @@ -6,37 +6,37 @@ if version > 580 endif endif let g:colors_name = "jokull" -hi Normal guifg=#2c2625 guibg=#e4e4e4 ctermfg=0 ctermbg=0 cterm=NONE gui=NONE -hi Cursorline guifg=NONE guibg=#d0d0d0 ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi String guifg=#009051 guibg=NONE ctermfg=0 ctermbg=NONE cterm=italic gui=italic -hi Identifier guifg=#112d4e guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE -hi Function guifg=#0096ff guibg=NONE ctermfg=0 ctermbg=NONE cterm=bold gui=bold -hi Statement guifg=#0050a0 guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE -hi Include guifg=#2696bf guibg=NONE ctermfg=0 ctermbg=NONE cterm=bold gui=bold -hi Type guifg=#005493 guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE -hi Search guifg=NONE guibg=#d7f1e0 ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Incsearch guifg=NONE guibg=#b7d1b0 ctermfg=NONE ctermbg=0 cterm=bold gui=bold -hi Folded guifg=#236dff guibg=#d0d0d0 ctermfg=0 ctermbg=0 cterm=NONE gui=NONE -hi Tablinefill guifg=NONE guibg=#d0d0d0 ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Tablinesel guifg=NONE guibg=#e5e5e5 ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Wildmenu guifg=#005493 guibg=#e5e5e5 ctermfg=0 ctermbg=0 cterm=bold gui=bold -hi Linenr guifg=#9b9b4c guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE +hi Normal guifg=#2c2625 guibg=#e4e4e4 ctermfg=0 ctermbg=254 cterm=NONE gui=NONE +hi Cursorline guifg=NONE guibg=#d0d0d0 ctermfg=NONE ctermbg=252 cterm=NONE gui=NONE +hi String guifg=#009051 guibg=NONE ctermfg=29 ctermbg=NONE cterm=italic gui=italic +hi Identifier guifg=#112d4e guibg=NONE ctermfg=17 ctermbg=NONE cterm=NONE gui=NONE +hi Function guifg=#0096ff guibg=NONE ctermfg=33 ctermbg=NONE cterm=bold gui=bold +hi Statement guifg=#0050a0 guibg=NONE ctermfg=25 ctermbg=NONE cterm=NONE gui=NONE +hi Include guifg=#2696bf guibg=NONE ctermfg=31 ctermbg=NONE cterm=bold gui=bold +hi Type guifg=#005493 guibg=NONE ctermfg=24 ctermbg=NONE cterm=NONE gui=NONE +hi Search guifg=NONE guibg=#d7f1e0 ctermfg=NONE ctermbg=194 cterm=NONE gui=NONE +hi Incsearch guifg=NONE guibg=#b7d1b0 ctermfg=NONE ctermbg=151 cterm=bold gui=bold +hi Folded guifg=#236dff guibg=#d0d0d0 ctermfg=27 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=#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=#0000FF guibg=#FFFF00 ctermfg=0 ctermbg=0 cterm=NONE gui=NONE -hi Nontext guifg=#81A1C1 guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE -hi Statusline guifg=NONE guibg=#7abecd ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Statuslinenc guifg=NONE guibg=#a8dbfd ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Visual guifg=NONE guibg=#a8caff ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Title guifg=#225555 guibg=NONE ctermfg=0 ctermbg=NONE cterm=bold gui=bold -hi Matchparen guifg=#d7f1e0 guibg=#a8dbfd ctermfg=0 ctermbg=0 cterm=NONE gui=NONE -hi QfFileName guifg=#0076ff guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE -hi Delimiter guifg=#5f5f00 guibg=NONE ctermfg=0 ctermbg=NONE cterm=NONE gui=NONE -hi Comment guifg=#5f5f5f guibg=NONE ctermfg=0 ctermbg=NONE cterm=italic gui=italic -hi Diffadd guifg=NONE guibg=#a5ffa5 ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Diffdelete guifg=NONE guibg=#ffa5a5 ctermfg=NONE ctermbg=0 cterm=NONE gui=NONE -hi Diffchange guifg=#2c2625 guibg=#c0beff ctermfg=0 ctermbg=0 cterm=NONE gui=NONE -hi Difftext guifg=NONE guibg=#a0aeff ctermfg=NONE ctermbg=0 cterm=bold gui=bold +hi Todo guifg=#0000FF guibg=#FFFF00 ctermfg=21 ctermbg=11 cterm=NONE gui=NONE +hi Nontext guifg=#81A1C1 guibg=NONE ctermfg=109 ctermbg=NONE cterm=NONE gui=NONE +hi Statusline guifg=NONE guibg=#7abecd ctermfg=NONE ctermbg=110 cterm=NONE gui=NONE +hi Statuslinenc guifg=NONE guibg=#a8dbfd ctermfg=NONE ctermbg=153 cterm=NONE gui=NONE +hi Visual guifg=NONE guibg=#a8caff ctermfg=NONE ctermbg=153 cterm=NONE gui=NONE +hi Title guifg=#225555 guibg=NONE ctermfg=23 ctermbg=NONE cterm=bold gui=bold +hi Matchparen guifg=#d7f1e0 guibg=#a8dbfd ctermfg=194 ctermbg=153 cterm=NONE gui=NONE +hi QfFileName guifg=#0076ff guibg=NONE ctermfg=33 ctermbg=NONE cterm=NONE gui=NONE +hi Delimiter guifg=#5f5f00 guibg=NONE ctermfg=58 ctermbg=NONE cterm=NONE gui=NONE +hi Comment guifg=#5f5f5f guibg=NONE ctermfg=59 ctermbg=NONE cterm=italic gui=italic +hi Diffadd guifg=NONE guibg=#a5ffa5 ctermfg=NONE ctermbg=157 cterm=NONE gui=NONE +hi Diffdelete guifg=NONE guibg=#ffa5a5 ctermfg=NONE ctermbg=217 cterm=NONE gui=NONE +hi Diffchange guifg=#2c2625 guibg=#c0beff ctermfg=0 ctermbg=147 cterm=NONE gui=NONE +hi Difftext guifg=NONE guibg=#a0aeff ctermfg=NONE ctermbg=147 cterm=bold gui=bold hi! link precondit include hi! link tag delimiter hi! link spellocal string