pouyakary / ProColors

A collection of coding themes for syntax highlighting and the editors that are designed to be available in dark and light modes with a very high precision of harmony and token definition coverage.
https://marketplace.visualstudio.com/items?itemName=karyfoundation.theme-karyfoundation-themes
GNU General Public License v3.0
110 stars 11 forks source link

Support for `editor.bracketPairColorization` #34

Closed furudean closed 2 years ago

furudean commented 3 years ago

In Visual Studio Code 1.60, a new option has been added to support bracket pair colorization in the editor. Bracket pair colorization is themable (see editorBracketHighlight, etc), meaning this extension could provide its own bracket pair colors!

By default it looks like this, some rather garish color choices by the VSCode team.

Screen Shot 2021-09-02 at 12 53 23 PM

Would be awesome if this could be added, thanks!

pouyakary commented 3 years ago

How interesting! Adding this to the theme will totally damage the harmony so I have to do lots of playing with it to see what colors actually are nice. But I will definitely try!

pouyakary commented 3 years ago

I have added some colors but I'll keep the issue open because I'm still not satisfied :)