-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Test: Workbench Theming #25328
Labels
Milestone
Comments
9 tasks
@bpasero |
This was referenced Apr 26, 2017
This was referenced Apr 26, 2017
This was referenced Apr 26, 2017
This was referenced Apr 26, 2017
If you're interested I made some notes on how I'll be doing derived colors for each key in the generator here Tyriar/vscode-theme-generator#29 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test for #3112:
Complexity: 4
Color themes can now be defined in a new JSON file format that holds syntax token colors as well as workbench colors. Additionally a custom theme can also be defined in the settings.
New colors introduced for April:
To test, define your own custom colors via settings.
use code completion to see the available color keys. Color values must be in the form
#RRGGBB
or#RRGGBBAA
.Verify that the new color keys work
Try to complete our built-in themes
"workbench.colorCustomizations"
settingDeveloper: Generate Color Theme From Current Settings
commandthemes
contribution point in the extension'spackage.json
check list for your theme:
feedback on any area, be it the custom color theme setting or color key names is highly welcome
Note: feel free to file a bug over a color you think is important to have for April. We also have a collection over at #23506
The text was updated successfully, but these errors were encountered: