Skip to content

Commit

Permalink
fix(neovim): gray text in tab bar(unselected tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
satler-git committed Aug 23, 2024
1 parent 3f7557a commit 640a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/neovim/extra/lua/aura-theme/groups/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local function createEditorGroup(palette, aura)
SpellCap = aura.OrangeUnderline,
SpellLocal = aura.BlueUnderline,
SpellRare = aura.PurpleUnderline,
TabLine = { fg = palette.black, bg = palette.black },
TabLine = { fg = palette.gray, bg = palette.black },
TabLineFill = { fg = palette.black, bg = palette.black },
TabLineSel = { fg = palette.green, bg = palette.black, gui = "inverse" },
Title = aura.GreenBold,
Expand Down

0 comments on commit 640a03f

Please sign in to comment.