Skip to content

Commit 5f3a1f1

Browse files
authored
fix(themes/TabLine): remove reverse cterm (#92)
1 parent 18da45f commit 5f3a1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local defaults = {
6666
SignColumn = {},
6767
StatusLine = { fg = colors.light_gray, bg = colors.black },
6868
StatusLineNC = { fg = colors.light_gray, bg = colors.dark_blue },
69-
Tabline = { fg = colors.fg, bg = colors.dark_blue, reverse = true },
69+
TabLine = { fg = colors.fg, bg = colors.dark_blue },
7070
VertSplit = { fg = colors.fg },
7171
Visual = { bg = colors.dark_gray },
7272
WarningMsg = { fg = colors.yellow },

0 commit comments

Comments
 (0)