You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the theme, but I had to make a couple of tweaks as I found it a tad too pale for late night sessions.
Not sure how active this project is, but I'll share them here in case you'd like to add an alternative variant.
I'm aware that the darker colors are outside the Nord palette, but I think it looks fairly decent without going overboard (like some forks I've seen).
This might be interesting for users who'd also like to tweak some parts of the theme to fit their personal preferences. Everyone has different needs and preferences and that's the whole reason why themes exist ;p
Regarding your changes to the comment color: This is a long time requested change in many Nord port projects and that's why there will be official changes. Check out the poll about comment brightness adjustments for more details.
Also, I think you opened this issue because your posted changes would also override other themes. To prevent this VS Code allows you to define overrides scoped for a specific theme by using the theme name like this:
"workbench.colorCustomizations": {"[Nord]": {// Place your overrides here }}
This can also be used for syntax theme overrides:
"editor.tokenColorCustomizations": {"[Nord]": {// Place your overrides here }},
So, to prevent your customizations from overriding other themes than Nord it should be changed to something similar like this:
Love the theme, but I had to make a couple of tweaks as I found it a tad too pale for late night sessions.
Not sure how active this project is, but I'll share them here in case you'd like to add an alternative variant.
I'm aware that the darker colors are outside the Nord palette, but I think it looks fairly decent without going overboard (like some forks I've seen).
The text was updated successfully, but these errors were encountered: