Skip to content

Commit

Permalink
chore(port): build Neovim port
Browse files Browse the repository at this point in the history
  • Loading branch information
satler-git committed Aug 26, 2024
1 parent 640a03f commit 505b6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neovim/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 505b6e2

Please sign in to comment.