From 660972d04ef3d182a53b896d9a2ca48a8f05b445 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko Date: Sat, 18 Mar 2023 16:40:22 +0200 Subject: [PATCH] colorscheme: update colors --- .config/foot/foot.ini | 2 +- .config/mutt/colors | 6 +++--- .config/nvim/colors/eighties.vim | 8 ++++---- .config/vifm/colors/eighties.vifm | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 4eb4a84..7709603 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -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 diff --git a/.config/mutt/colors b/.config/mutt/colors index 92c611a..cc0cb35 100644 --- a/.config/mutt/colors +++ b/.config/mutt/colors @@ -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 diff --git a/.config/nvim/colors/eighties.vim b/.config/nvim/colors/eighties.vim index 609bc3e..eb668c3 100644 --- a/.config/nvim/colors/eighties.vim +++ b/.config/nvim/colors/eighties.vim @@ -78,7 +78,7 @@ call hi("Cursor", s:cterm00, s:cterm05, "", "") call hi("NonText", s:cterm03, "", "", "") call hi("LineNr", s:cterm03, "", "", "") call hi("SignColumn", s:cterm03, s:cterm01, "", "") -call hi("StatusLine", s:cterm05, s:cterm07, "none", "") +call hi("StatusLine", s:cterm05, 235, "none", "") call hi("StatusLineNC", s:cterm03, s:cterm01, "none", "") call hi("VertSplit", "", "", "none", "") call hi("ColorColumn", "", s:cterm01, "none", "") @@ -88,9 +88,9 @@ call hi("CursorLineNr", s:cterm04, s:cterm01, "", "") call hi("QuickFixLine", "", s:cterm01, "none", "") call hi("PMenu", s:cterm05, s:cterm01, "none", "") call hi("PMenuSel", s:cterm01, s:cterm05, "", "") -call hi("TabLine", s:cterm0D, s:cterm07, "none", "") -call hi("TabLineFill", s:cterm0D, s:cterm07, "none", "") -call hi("TabLineSel", s:cterm02, s:cterm07, "none", "") +call hi("TabLine", s:cterm0D, 235, "none", "") +call hi("TabLineFill", s:cterm0D, 235, "none", "") +call hi("TabLineSel", s:cterm02, 235, "none", "") " Standard syntax highlighting call hi("Boolean", s:cterm09, "", "", "") diff --git a/.config/vifm/colors/eighties.vifm b/.config/vifm/colors/eighties.vifm index b6a9b07..51f1f7c 100644 --- a/.config/vifm/colors/eighties.vifm +++ b/.config/vifm/colors/eighties.vifm @@ -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