We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rainbow-delimiters.nvim
1 parent 491ea20 commit cb45ecbCopy full SHA for cb45ecb
lua/one_monokai/themes/groups.lua
@@ -182,6 +182,15 @@ groups.default = {
182
TSRainbowViolet = { fg = colors.purple },
183
TSRainbowCyan = { fg = colors.cyan },
184
185
+ -- rainbow-delimiters
186
+ RainbowDelimiterRed = { fg = colors.dark_red },
187
+ RainbowDelimiterOrange = { fg = colors.orange },
188
+ RainbowDelimiterYellow = { fg = colors.yellow },
189
+ RainbowDelimiterGreen = { fg = colors.green },
190
+ RainbowDelimiterBlue = { fg = colors.aqua },
191
+ RainbowDelimiterViolet = { fg = colors.purple },
192
+ RainbowDelimiterCyan = { fg = colors.cyan },
193
+
194
-- diff
195
DiffAdd = { bg = colors.green:darken(0.3) },
196
DiffChange = { fg = colors.white:darken(0.3) },
0 commit comments