aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Popp <[email protected]>2018-05-08 10:02:06 +0100
committerAndrey Popp <[email protected]>2018-05-08 10:02:47 +0100
commitbfb03836665ce1c340f7bedbef70c5e56535f58a (patch)
tree56d679376501849d182305e2476f07916e7cea54
parentfe89e437301b053fb104ef9d4fa62c27bd24e63e (diff)
Fixes to tabline highlighting
-rw-r--r--colors/plain.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/plain.vim b/colors/plain.vim
index 928d095..b2a85a0 100644
--- a/colors/plain.vim
+++ b/colors/plain.vim
@@ -205,9 +205,9 @@ call s:h("Pmenu", {"fg": s:norm, "bg": s:cursor_line})
205call s:h("PmenuSel", {"fg": s:norm, "bg": s:bg_subtle, "gui": "bold"}) 205call s:h("PmenuSel", {"fg": s:norm, "bg": s:bg_subtle, "gui": "bold"})
206call s:h("PmenuSbar", {"fg": s:norm, "bg": s:bg_subtle}) 206call s:h("PmenuSbar", {"fg": s:norm, "bg": s:bg_subtle})
207call s:h("PmenuThumb", {"fg": s:norm, "bg": s:bg_subtle}) 207call s:h("PmenuThumb", {"fg": s:norm, "bg": s:bg_subtle})
208call s:h("TabLine", {"fg": s:norm, "bg": s:bg_very_subtle}) 208call s:h("TabLine", {"fg": s:norm, "bg": s:bg})
209call s:h("TabLineSel", {"fg": s:blue, "bg": s:bg_subtle, "gui": "bold", "cterm": "bold"}) 209call s:h("TabLineSel", {"fg": s:norm, "bg": s:bg, "gui": "bold", "cterm": "bold"})
210call s:h("TabLineFill", {"fg": s:norm, "bg": s:bg_very_subtle}) 210call s:h("TabLineFill", {"fg": s:norm, "bg": s:bg})
211call s:h("CursorColumn", {"bg": s:bg_very_subtle}) 211call s:h("CursorColumn", {"bg": s:bg_very_subtle})
212call s:h("CursorLine", {"bg": s:cursor_line}) 212call s:h("CursorLine", {"bg": s:cursor_line})
213call s:h("ColorColumn", {"bg": s:bg_subtle}) 213call s:h("ColorColumn", {"bg": s:bg_subtle})