mirror of
https://github.com/preservim/vim-colors-pencil.git
synced 2025-11-15 14:53:50 -05:00
darken color for QuickFix line number
This shouldn't be subtle, as it's not passive information like normal line numbers
This commit is contained in:
@@ -207,6 +207,7 @@ call s:h("ColorColumn", {"bg": s:bg_subtle})
|
||||
|
||||
" remainder of syntax highlighting
|
||||
call s:h("MatchParen", {"bg": s:pink, "fg": s:norm})
|
||||
call s:h("qfLineNr", {"fg": s:medium_grey})
|
||||
|
||||
" hi helpHyperTextJump guifg=#5FAFD7 ctermfg=74
|
||||
|
||||
|
||||
Reference in New Issue
Block a user