Skip to content

Commit

Permalink
feat: Add MiniIndentscopeSymbol highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico committed Feb 11, 2024
1 parent bfcc46e commit 6c1cc94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/monokai-nightasty.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*monokai-nightasty.nvim.txt* For Neovim >= 0.9 Last change: 2024 February 08
*monokai-nightasty.nvim.txt* For Neovim >= 0.9 Last change: 2024 February 11

==============================================================================
Table of Contents *monokai-nightasty.nvim-table-of-contents*
Expand Down
3 changes: 3 additions & 0 deletions lua/monokai-nightasty/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ function M.setup(palette)
NeoTreeDimText = { fg = c.fg_gutter },
NeoTreeWinSeparator = { link = "NvimTreeWinSeparator" },

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

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

0 comments on commit 6c1cc94

Please sign in to comment.