Skip to content
This repository was archived by the owner on Aug 21, 2020. It is now read-only.

Extension is removing color scheme/theme #2

Closed
m-henderson opened this issue Oct 14, 2019 · 0 comments · Fixed by #3
Closed

Extension is removing color scheme/theme #2

m-henderson opened this issue Oct 14, 2019 · 0 comments · Fixed by #3

Comments

@m-henderson
Copy link
Contributor

https://gitduck.com/watch/5d9c668cca64e141675dc718

Reproduce with this settings:

"workbench.activityBar.visible": false,
    "workbench.colorCustomizations": {
        "activityBar.background": "#111",
        "editor.background": "#000",
        "editor.lineHighlightBackground": "#333",
        "editorGroupHeader.tabsBackground": "#111",
        "editorIndentGuide.background": "#111",
        "editorLineNumber.activeForeground": "#fff",
        "editorWidget.background": "#111",
        "panel.background": "#111",
        "peekViewEditor.background": "#111",
        "sideBar.background": "#111",
        "sideBar.foreground": "#fff",
        "sideBarSectionHeader.background": "#000",
        "statusBar.background": "#111",
        "tab.activeBackground": "#000",
        "tab.inactiveBackground": "#111",
        "titleBar.activeBackground": "#111"
    },
    "workbench.colorTheme": "Atom One Dark",
    "workbench.editor.enablePreview": false,
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.fontAliasing": "antialiased",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "welcomePage",

With GitDuck it becomes:

{
    "workbench.activityBar.visible": false,
    "workbench.colorTheme": "Atom One Dark",
    "workbench.editor.enablePreview": false,
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.fontAliasing": "antialiased",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "welcomePage",
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant