Skip to content

Commit

Permalink
It's the last commit, i swear
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrog14 committed Nov 9, 2024
1 parent 5d77f80 commit 0fce01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,9 @@ local function get_groups()
MiniTestFail = { link = "GruvboxRedBold" },
MiniTestPass = { link = "GruvboxGreenBold" },
MiniTrailspace = { bg = colors.red },
NeoTreeFloatTitle = { link = "FloatTitle" },
NeoTreeFloatNormal = { fg = colors.fg1, bg = colors.bg0 },
NeoTreeFloatBorder = { fg = colors.bg3, bg = colors.bg0 },
NeoTreeFloatTitle = { fg = colors.green, bg = colors.bg0 },
NeoTreeTitleBar = { fg = colors.bg3, bg = colors.bg0, reverse = true },
NeoTreeBufferNumber = { fg = colors.orange },
NeoTreeMessage = { fg = colors.gray, italic = true },
Expand Down

0 comments on commit 0fce01b

Please sign in to comment.