From d46c7a6fcd3449547824a4082485b0c11f27b550 Mon Sep 17 00:00:00 2001 From: CPea Date: Tue, 18 Feb 2025 21:17:46 +0700 Subject: [PATCH] fix(themes/`TabLine`): remove `reverse` cterm --- lua/one_monokai/themes/groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/one_monokai/themes/groups.lua b/lua/one_monokai/themes/groups.lua index 2914306..d0f07ba 100644 --- a/lua/one_monokai/themes/groups.lua +++ b/lua/one_monokai/themes/groups.lua @@ -66,7 +66,7 @@ local defaults = { SignColumn = {}, StatusLine = { fg = colors.light_gray, bg = colors.black }, StatusLineNC = { fg = colors.light_gray, bg = colors.dark_blue }, - Tabline = { fg = colors.fg, bg = colors.dark_blue, reverse = true }, + TabLine = { fg = colors.fg, bg = colors.dark_blue }, VertSplit = { fg = colors.fg }, Visual = { bg = colors.dark_gray }, WarningMsg = { fg = colors.yellow },