-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
enhancementissues that are enhancements to current functionality - nice to havesissues that are enhancements to current functionality - nice to haveshelp wantedissues meant to be picked up, require helpissues meant to be picked up, require helppreferencesissues related to preferencesissues related to preferencesthemingissues related to themingissues related to theming
Description
Feature Description:
The goal is to support customization of the theme through the preferences (settings.json
).
With this ability, end-users can easily customize their application's theme (such as the editor), in order to meet their needs and taste.
For example, I use the following theming customizations in my own vscode app (user settings):
"workbench.colorCustomizations": {
"activityBar.background": "#181818",
"editor.background": "#1D1D1D",
"menu.background": "#222222",
"panel.background": "#222222",
"sideBar.background": "#1A1A1A",
"statusBar.background": "#181818"
}
I'd like to see such customziations possible from the framework one day 😃
Anasshahidd21, Yannl, colin-grant-work, airdrik, per1234 and 3 more
Metadata
Metadata
Assignees
Labels
enhancementissues that are enhancements to current functionality - nice to havesissues that are enhancements to current functionality - nice to haveshelp wantedissues meant to be picked up, require helpissues meant to be picked up, require helppreferencesissues related to preferencesissues related to preferencesthemingissues related to themingissues related to theming