refactor(nvim): improve green rainbow delimiter color

This commit is contained in:
Price Hiller 2023-09-28 12:55:44 -05:00
parent 4ba6f44dc1
commit ba86dd9f63
No known key found for this signature in database

View File

@ -185,7 +185,7 @@ return {
RainbowDelimiterYellow = { fg = colors.autumnYellow },
RainbowDelimiterBlue = { fg = colors.crystalBlue },
RainbowDelimiterOrange = { fg = colors.surimiOrange },
RainbowDelimiterGreen = { fg = colors.springGreen },
RainbowDelimiterGreen = { fg = colors.waveAqua1 },
RainbowDelimiterViolet = { fg = colors.oniViolet },
RainbowDelimiterCyan = { fg = colors.lightBlue },
NotifyERRORBorder = { link = "NvimNotifyError" },