colorscheme: update colors

This commit is contained in:
Dmitry Zakharchenko 2023-03-18 16:40:22 +02:00
parent 690d76a57b
commit 660972d04e
4 changed files with 11 additions and 11 deletions

View File

@ -25,7 +25,7 @@ bright3=ffcc66 # bright yellow
bright4=a09f93 # bright blue
bright5=e8e6df # bright magenta
bright6=d27b53 # bright cyan
bright7=262626 # bright white
bright7=ffffff # bright white
[key-bindings]
clipboard-copy=Mod1+c

View File

@ -5,17 +5,17 @@ color index white default "~R"
color index brightyellow default "~T"
color indicator yellow black
color sidebar_highlight yellow default
color sidebar_divider black brightwhite
color sidebar_divider black default
color sidebar_flagged red black
color sidebar_new blue black
color normal blue black
color error red default
color tilde black default
color message blue brightwhite
color message blue default
color markers red white
color attachment white default
color search magenta default
color status white brightwhite
color status white default
color hdrdefault green default
color quoted green default
color quoted1 blue default

View File

@ -78,7 +78,7 @@ call <sid>hi("Cursor", s:cterm00, s:cterm05, "", "")
call <sid>hi("NonText", s:cterm03, "", "", "")
call <sid>hi("LineNr", s:cterm03, "", "", "")
call <sid>hi("SignColumn", s:cterm03, s:cterm01, "", "")
call <sid>hi("StatusLine", s:cterm05, s:cterm07, "none", "")
call <sid>hi("StatusLine", s:cterm05, 235, "none", "")
call <sid>hi("StatusLineNC", s:cterm03, s:cterm01, "none", "")
call <sid>hi("VertSplit", "", "", "none", "")
call <sid>hi("ColorColumn", "", s:cterm01, "none", "")
@ -88,9 +88,9 @@ call <sid>hi("CursorLineNr", s:cterm04, s:cterm01, "", "")
call <sid>hi("QuickFixLine", "", s:cterm01, "none", "")
call <sid>hi("PMenu", s:cterm05, s:cterm01, "none", "")
call <sid>hi("PMenuSel", s:cterm01, s:cterm05, "", "")
call <sid>hi("TabLine", s:cterm0D, s:cterm07, "none", "")
call <sid>hi("TabLineFill", s:cterm0D, s:cterm07, "none", "")
call <sid>hi("TabLineSel", s:cterm02, s:cterm07, "none", "")
call <sid>hi("TabLine", s:cterm0D, 235, "none", "")
call <sid>hi("TabLineFill", s:cterm0D, 235, "none", "")
call <sid>hi("TabLineSel", s:cterm02, 235, "none", "")
" Standard syntax highlighting
call <sid>hi("Boolean", s:cterm09, "", "", "")

View File

@ -1,5 +1,5 @@
highlight clear
highlight Border cterm=none ctermfg=white ctermbg=lightwhite
highlight Border cterm=none ctermfg=white ctermbg=235
highlight CmpMismatch cterm=bold ctermfg=white ctermbg=red
highlight CurrLine cterm=reverse ctermfg=black ctermbg=yellow
highlight Device cterm=bold ctermfg=red ctermbg=default
@ -7,7 +7,7 @@ highlight Directory cterm=none ctermfg=blue ctermbg=default
highlight Executable cterm=bold ctermfg=green ctermbg=default
highlight Selected cterm=bold ctermfg=yellow ctermbg=default
highlight Socket cterm=bold ctermfg=blue ctermbg=default
highlight StatusLine cterm=none ctermfg=white ctermbg=lightwhite
highlight TopLine cterm=none ctermfg=white ctermbg=lightwhite
highlight StatusLine cterm=none ctermfg=white ctermbg=235
highlight TopLine cterm=none ctermfg=white ctermbg=235
highlight TopLineSel cterm=none ctermfg=white ctermbg=default
highlight Win cterm=none ctermfg=white ctermbg=default