eclipse-theia/theia

theming: support theming customizations through the preferences

Open

#8,060 创建于 2020年6月19日

在 GitHub 查看
 (4 评论) (8 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
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:

贡献者指南