diff options
| author | Benjamin Linskey | 2026-06-08 16:53:14 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-08 16:53:14 -0400 |
| commit | 2630411438ab9cd65637b11ed28c0448beccf85d (patch) | |
| tree | 0fd5e883db9cf76a4bd4abf5018d273b0dcf53ae | |
| parent | 99f9914d543cdb6ecc53c1adb7f77d0715f33b02 (diff) | |
| download | halation.vim-2630411438ab9cd65637b11ed28c0448beccf85d.tar.gz | |
Update QuickFixLine 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 df70c5f..1fa9aa5 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=#E8E8E8 ctermfg=7 guibg=NONE ctermbg=NONE cterm=reverse +hi QuickFixLine guifg=#FFFFFF ctermfg=15 guibg=#7C74B2 ctermbg=4 cterm=NONE 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 3b05d13..847cf5e 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 white bg reverse +QuickFixLine bright_white dark_purple Visual none light_ui_purple none NonText light_pink bg bold CursorIM lCursor |