chore: Fix accents alpha

This commit is contained in:
Mattia Astorino 2017-06-06 15:36:38 +02:00
parent 2a09d41136
commit 328536473e
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
value: undefined value: undefined
}, },
"scrollbarSlider.activeBackground": { "scrollbarSlider.activeBackground": {
alpha: 100, alpha: 50,
value: undefined value: undefined
}, },
"editorSuggestWidget.highlightForeground": { "editorSuggestWidget.highlightForeground": {
@ -33,7 +33,7 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
value: undefined value: undefined
}, },
"textLink.foreground": { "textLink.foreground": {
alpha: 50, alpha: 100,
value: undefined value: undefined
}, },
} }

File diff suppressed because one or more lines are too long