liviuschera / noctis

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
MIT License
547 stars 66 forks source link

Suggested colors for Noctis Lux + Bracket Pair Colorizer 2? #47

Open macintacos opened 3 years ago

macintacos commented 3 years ago

I use an extension called Bracket Pair Colorizer 2 to change the colors of nested brackets/parentheses/etc., and it seems like the maintainer of that extension chooses colors that only look good/are legible in dark themes. I'm trying to use Noctis Lux, and while I don't want to lose the utility of Bracket Pair Colorizer, I don't want to change the settings to colors that the maintainer of this colorscheme would think would clash with the color palette 😅

Do you have any suggestions for a good set of colors for this extension for Noctis Lux? For reference, these colors are the default (and don't seem to adjust based on the color scheme you have chosen - it also accepts RGBA and hex codes):

"bracket-pair-colorizer-2.colors": [
    "Gold",
    "Orchid",
    "LightSkyBlue"
]

Thanks!