mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix
This commit is contained in:
parent
0f7a700cac
commit
fa89edab18
5 changed files with 30 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue