From 4fd72a9ab64b393c2c22b168508fd244877fec96 Mon Sep 17 00:00:00 2001 From: Igor Lacerda Date: Mon, 19 Aug 2024 23:53:30 -0300 Subject: [PATCH] fix(editor): make TabLine more readable (#760) --- lua/catppuccin/groups/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccin/groups/editor.lua b/lua/catppuccin/groups/editor.lua index 4c9480f2..46d17014 100644 --- a/lua/catppuccin/groups/editor.lua +++ b/lua/catppuccin/groups/editor.lua @@ -59,7 +59,7 @@ function M.get() SpellRare = { sp = C.green, style = { "undercurl" } }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise. StatusLine = { fg = C.text, bg = O.transparent_background and C.none or C.mantle }, -- status line of current window StatusLineNC = { fg = C.surface1, bg = O.transparent_background and C.none or C.mantle }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window. - TabLine = { bg = C.mantle, fg = C.surface1 }, -- tab pages line, not active tab page label + TabLine = { bg = C.mantle, fg = C.overlay0 }, -- tab pages line, not active tab page label TabLineFill = { bg = O.transparent_background and C.none or C.mantle }, -- tab pages line, where there are no labels TabLineSel = { fg = C.green, bg = C.surface1 }, -- tab pages line, active tab page label TermCursor = { fg = C.base, bg = C.rosewater }, -- cursor in a focused terminal