Minor fix

This commit is contained in:
js0ny 2025-02-20 01:52:28 +00:00
parent 0f7a700cac
commit fa89edab18
5 changed files with 30 additions and 4 deletions

View file

@ -10,8 +10,8 @@ tabline.setup({
tabs_enabled = true,
theme_overrides = {
tab = {
inactive = { bg = color.base, fg = color.text },
active = { fg = color.lavender, bg = color.surface0 },
inactive = { bg = color.crust , fg = color.text },
active = { fg = color.lavender, bg = color.base },
inactive_hover = { fg = color.pink, bg = color.surface0 },
},
normal_mode = {