aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/plain.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/colors/plain.vim b/colors/plain.vim
index 6b5b8af..92efd17 100644
--- a/colors/plain.vim
+++ b/colors/plain.vim
@@ -218,7 +218,8 @@ call s:h("CursorLine", {"bg": s:cursor_line})
218call s:h("ColorColumn", {"bg": s:bg_subtle}) 218call s:h("ColorColumn", {"bg": s:bg_subtle})
219 219
220call s:h("MatchParen", {"bg": s:bg_very_subtle, "fg": s:norm}) 220call s:h("MatchParen", {"bg": s:bg_very_subtle, "fg": s:norm})
221call s:h("qfLineNr", {"fg": s:medium_gray}) 221hi link qfLineNr secondAccent
222hi link qfFileName firstAccent
222 223
223call s:h("htmlH1", {"fg": s:norm}) 224call s:h("htmlH1", {"fg": s:norm})
224call s:h("htmlH2", {"fg": s:norm}) 225call s:h("htmlH2", {"fg": s:norm})