Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bracket pair colorization highlighting colors #9

Open
forivall opened this issue Sep 9, 2021 · 0 comments
Open

Bracket pair colorization highlighting colors #9

forivall opened this issue Sep 9, 2021 · 0 comments

Comments

@forivall
Copy link
Contributor

forivall commented Sep 9, 2021

After a lot of fine tuning and tweaking to get colors that are distinct from tomorrow's builtin bracket color, i've settled on these colors for bracket pair colorization settings:

      "editorBracketHighlight.foreground1": "#8abeb7", // tomorrow default curly color
      "editorBracketHighlight.foreground2": "#74e0d2", // saturated
      "editorBracketHighlight.foreground3": "#8cca99", // desaturated green
      "editorBracketHighlight.foreground4": "#7fc9ee", // saturated + blue
      "editorBracketHighlight.foreground5": "#b0cdc8", // lightened (50/50 mix between plain text color and curly color)
      "editorBracketHighlight.foreground6": "#63d47b", // saturated + green

Colors Screen Shot

Source code Screen Shot

Similar tweaks can be made by adjusting the HSL of the bracket colors of the other themes in the same direction, or you can just publish this one (since tomorrow is, i think, the main theme of this kit). If you manually tweak the other themes in the same manner, I find that alternating between saturated and desaturated works the best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant