-
Notifications
You must be signed in to change notification settings - Fork 15
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
Visual Code Theme Color Reference setup #7
Comments
Wow, looks fine! I'll put it into an update anytime soon. I think I can make them an extension contribution via These are simple settings entries, right? |
Yep, those are settings overrides in |
@eppz Awesome theme, but it would be great to include workbench colors too. Activity bar does not blend with the bluish rest and it looks pretty bad. I hope you fix it! Below is my suggestion. For example
Colors:"workbench.colorCustomizations": {
"activityBar.background": "#32353E",
"editorIndentGuide.background": "#32353E",
"sideBar.background": "#23252C",
"tab.inactiveBackground": "#32353E"
} |
@moskal91 Thanks! I have to upgrade the entire theme to a newer |
In case someone is interested.. here's my current configuration that I'm working on.
Note that this is on a Mac so I can't do everything you guys can and vice versa :) |
Wanted to bump this, as I installed this theme the other day and noticed the indent guides are blindingly bright. Super easy fix/tweak, but it'd be nice if it was part of the theme itself. |
Would be great to have this extension with Theme Color Reference configuration to Visual Code. We can start from here:
The text was updated successfully, but these errors were encountered: