Skip to content

theming: support theming customizations through the preferences #8060

@vince-fugnitto

Description

@vince-fugnitto

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 😃

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementissues that are enhancements to current functionality - nice to haveshelp wantedissues meant to be picked up, require helppreferencesissues related to preferencesthemingissues related to theming

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions