mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
Allow theme override keys
This commit is contained in:
@@ -75,6 +75,9 @@ const sapphireColorSet: IColorSet = {
|
||||
brightMagenta: sapphireColors.pink,
|
||||
brightCyan: sapphireColors.teal,
|
||||
brightWhite: '#efefef'
|
||||
},
|
||||
overrides: {
|
||||
"editorError.foreground": "#ff0000"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user