vscode-theme-generator icon indicating copy to clipboard operation
vscode-theme-generator copied to clipboard

Allow overriding color keys directly in the color set

Open Tyriar opened this issue 7 years ago • 0 comments

eg. Setting the panel background like this:

colorSet = {
  base: { ... },
  overrides: {
    "terminal.background": "..."
  }
}

Tyriar avatar May 11 '17 19:05 Tyriar