Skip to content

Commit

Permalink
Updated ts-rainbow colors
Browse files Browse the repository at this point in the history
I updated the rainbow parenthesis highlight colours to make more sense. Now, the colours follow a warming/cooling pattern. I also removed red, as I think red should be reserved for more important highlights like keywords (and I found red to be very distracting for brackets).
  • Loading branch information
dfendr authored and luisiacc committed Nov 14, 2022
1 parent f62b3cf commit f8f13d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lua/gruvbox-baby/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,12 @@ function M.setup(config)
mailEmail = { fg = c.soft_yellow },

rainbowcol1 = { fg = c.magenta },
rainbowcol2 = { fg = c.bright_yellow },
rainbowcol3 = { fg = c.red },
rainbowcol4 = { fg = c.clean_green },
rainbowcol5 = { fg = c.orange },
rainbowcol6 = { fg = c.pink },
rainbowcol7 = { fg = c.orange },
rainbowcol2 = { fg = c.dark_gray},
rainbowcol3 = { fg = c.clean_green},
rainbowcol4 = { fg = c.soft_green},
rainbowcol5 = { fg = c.soft_yellow},
rainbowcol6 = { fg = c.orange},
rainbowcol7 = { fg = c.pink},

-- Illuminate:
IlluminatedWordText = { bg = c.background_light },
Expand Down

0 comments on commit f8f13d5

Please sign in to comment.