vscode-theme-generator
vscode-theme-generator copied to clipboard
Allow overriding color keys directly in the color set
eg. Setting the panel background like this:
colorSet = {
base: { ... },
overrides: {
"terminal.background": "..."
}
}