Skip to content

Commit

Permalink
fix: wrong color on NvimTreeExecFile
Browse files Browse the repository at this point in the history
  • Loading branch information
luisiacc committed Jan 1, 2022
1 parent b0a5f1f commit af0042d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/gruvbox-baby/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ function M.setup(config)
NvimTreeNormal = { fg = c.foreground, bg = c.background_dark },
NvimTreeNormalNC = { fg = c.foreground, bg = c.background_dark },
NvimTreeFolderIcon = { fg = c.soft_yellow },
NvimTreeRootFolder = { fg = c.magenta, style = "bold" },
NvimTreeRootFolder = { fg = c.magenta },
NvimTreeExecFile = { fg = c.light_blue, style = "NONE" },

NvimTreeGitDirty = { fg = c.red },
NvimTreeGitStaged = { fg = c.foreground },
Expand Down

0 comments on commit af0042d

Please sign in to comment.