eclipse-theia/theia
在 GitHub 查看theming: support theming customizations through the preferences
Open
#8,060 创建于 2020年6月19日
enhancementhelp wantedpreferencestheming
描述
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 :smiley: