diff options
author | listout <listout@protonmail.com> | 2022-02-18 14:10:40 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-18 14:10:40 +0530 |
commit | f95c4e98d0744c5fba2398658753aaf305216780 (patch) | |
tree | b3d62b65120f9f3262ab1737917d597bc9755ce5 /configs | |
parent | 2ba8c68e74f9f2190f6530cbb0830a59fd3b90ba (diff) |
color to match background
Diffstat (limited to 'configs')
-rw-r--r-- | configs/appearance.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/appearance.vim b/configs/appearance.vim index ed86d73..aa30d24 100644 --- a/configs/appearance.vim +++ b/configs/appearance.vim @@ -8,7 +8,7 @@ set list listchars=tab:▸\ ,extends:›,precedes:‹,nbsp:·,trail:· ",eol:¬ set termguicolors set background=dark let g:palenight_color_overrides = { - \ 'black': { 'gui': '#1a1a24', "cterm": "0", "cterm16": "0" }, + \ 'black': { 'gui': '#1a1b26', "cterm": "0", "cterm16": "0" }, \} colorscheme palenight |