Skip to content

Commit

Permalink
feat: Better fg color for MiniIndentscopeSymbol highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico committed Feb 11, 2024
1 parent 6c1cc94 commit f75c0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/monokai-nightasty/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function M.setup(palette)
NeoTreeWinSeparator = { link = "NvimTreeWinSeparator" },

--- Mini
MiniIndentscopeSymbol = { fg = util.darken(c.orange, 0.8), nocombine = true },
MiniIndentscopeSymbol = { fg = util.darken(c.orange, 0.6), nocombine = true },

--- Rainbow Delimiters
RainbowDelimiterRed = { fg = c.magenta },
Expand Down

0 comments on commit f75c0e3

Please sign in to comment.