Skip to content

Commit

Permalink
fix: rainbow delimiter blue color
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Aug 23, 2024
1 parent 0b0ff4f commit 1804d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dracula/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ M.set_highlight = function(colors, config)
if config.plugins['rainbow-delimiters'] then
nvim_set_hl('RainbowDelimiterRed', { fg = colors.red })
nvim_set_hl('RainbowDelimiteYellow', { fg = colors.yellow })
nvim_set_hl('RainbowDelimiterBlue', { fg = colors.blue })
nvim_set_hl('RainbowDelimiterBlue', { fg = colors.pink })
nvim_set_hl('RainbowDelimiterOrange', { fg = colors.orange })
nvim_set_hl('RainbowDelimiterGreen', { fg = colors.green })
nvim_set_hl('RainbowDelimiterViolet', { fg = colors.purple })
Expand Down

0 comments on commit 1804d3e

Please sign in to comment.