diff options
| author | Benjamin Linskey | 2026-06-08 17:03:46 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-08 17:03:46 -0400 |
| commit | 239895ea693d11d256e0f2ec832402756f140928 (patch) | |
| tree | 274cd646b94c558aafbeaa21374717ac05e3a4d3 | |
| parent | 2630411438ab9cd65637b11ed28c0448beccf85d (diff) | |
| download | halation.vim-239895ea693d11d256e0f2ec832402756f140928.tar.gz | |
Improve QuickFixList colors
| -rw-r--r-- | colors/halation.vim | 2 | ||||
| -rw-r--r-- | template.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/colors/halation.vim b/colors/halation.vim index 1fa9aa5..954c9c7 100644 --- a/colors/halation.vim +++ b/colors/halation.vim @@ -109,7 +109,7 @@ hi ModeMsg guifg=#E8E8E8 ctermfg=7 guibg=NONE ctermbg=NONE cterm=NONE hi MsgArea guifg=#E8E8E8 ctermfg=7 guibg=NONE ctermbg=NONE cterm=NONE hi MoreMsg guifg=#E8E8E8 ctermfg=7 guibg=NONE ctermbg=NONE cterm=bold hi Question guifg=#AFA5F7 ctermfg=6 guibg=NONE ctermbg=NONE cterm=bold -hi QuickFixLine guifg=#FFFFFF ctermfg=15 guibg=#7C74B2 ctermbg=4 cterm=NONE +hi QuickFixLine guifg=#FFFFFF ctermfg=15 guibg=#2A254C ctermbg=12 cterm=bold hi Visual guifg=NONE ctermfg=NONE guibg=#413A77 ctermbg=14 cterm=none hi NonText guifg=#F6BDFF ctermfg=13 guibg=NONE ctermbg=NONE cterm=bold hi! link CursorIM lCursor diff --git a/template.vim b/template.vim index 847cf5e..9e34fd2 100644 --- a/template.vim +++ b/template.vim @@ -108,7 +108,7 @@ ModeMsg white bg MsgArea white bg MoreMsg white bg bold Question light_purple bg bold -QuickFixLine bright_white dark_purple +QuickFixLine bright_white dark_ui_purple bold Visual none light_ui_purple none NonText light_pink bg bold CursorIM lCursor |