Allow theme override keys

This commit is contained in:
Daniel Imms
2018-04-26 05:28:04 -07:00
parent b094a723af
commit ad9bfa6196
4 changed files with 13 additions and 3 deletions

View File

@@ -75,6 +75,9 @@ const sapphireColorSet: IColorSet = {
brightMagenta: sapphireColors.pink,
brightCyan: sapphireColors.teal,
brightWhite: '#efefef'
},
overrides: {
"editorError.foreground": "#ff0000"
}
};