Add support for selection.background

Fixes #38
This commit is contained in:
Daniel Imms
2017-05-17 13:54:49 -07:00
parent 78d1688a05
commit 331a1e8ee1

View File

@@ -304,5 +304,8 @@ export class VscodeThemeGenerator implements IThemeGenerator {
// Debug
// debugToolBar.background: Debug toolbar background color.
theme.colors['debugToolBar.background'] = background4;
// v1.13 colors
theme.colors['selection.background'] = colorSet.base.color1;
}
}