catppuccin / visual-studio

:ocean: Soothing pastel themes for Visual Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.CatppuccinVS
MIT License
68 stars 8 forks source link

Fix rainbow brace colors to match style guide #14

Closed djflan closed 1 year ago

djflan commented 1 year ago

I went a bit too wild west with the brace colors. The correct colors are defined here: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md

Need to fix this across cp themes.

djflan commented 1 year ago

Fixed these, but to be honest, I prefer the old ones.

New: image

Old: image

It seems to me that only 4 brace colors are currently supported. As this is provided through Mads Kristensen's Rainbow Braces Extension, it remains to be seen how many are supported as of VS 17.6.

djflan commented 1 year ago

updating to on-hold for official release of VS 17.6 where rainbow braces is a built-in feature. For now, we are supporting rainbow braces through Mads Kistensen's Extension

djflan commented 1 year ago

closed as vs 17.6 has been released - only 3 "levels" are supported (boooooo)... Need to carefully consider options here.