Skip to content

Commit

Permalink
feat: add support for rainbow-delimiters.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Apr 6, 2024
1 parent 9bace34 commit 7daee3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@ function M.setup()
GitSignsChange = { fg = t.orange },
GitSignsDelete = { fg = t.red },

-- Rainbow Delimiters
RainbowDelimiterRed = { fg = t.red },
RainbowDelimiterOrange = { fg = t.orange },
RainbowDelimiterYellow = { fg = t.yellow },
RainbowDelimiterGreen = { fg = t.green },
RainbowDelimiterBlue = { fg = t.blue },
RainbowDelimiterViolet = { fg = t.purple },
RainbowDelimiterCyan = { fg = t.cyan },

-- Heirline
HeirlineInactive = { bg = t.grey },
HeirlineNormal = { bg = t.blue },
Expand Down

0 comments on commit 7daee3d

Please sign in to comment.