Skip to content

Commit

Permalink
fix: rainbow-delimiter violet color
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Aug 23, 2024
1 parent b5ec760 commit 0b0ff4f
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 @@ -562,7 +562,7 @@ M.set_highlight = function(colors, config)
nvim_set_hl('RainbowDelimiterBlue', { fg = colors.blue })
nvim_set_hl('RainbowDelimiterOrange', { fg = colors.orange })
nvim_set_hl('RainbowDelimiterGreen', { fg = colors.green })
nvim_set_hl('RainbowDelimiterViolet', { fg = colors.violet })
nvim_set_hl('RainbowDelimiterViolet', { fg = colors.purple })
nvim_set_hl('RainbowDelimiterCyan', { fg = colors.cyan })
end

Expand Down

0 comments on commit 0b0ff4f

Please sign in to comment.