chore: Fix accents alpha
This commit is contained in:
parent
2a09d41136
commit
328536473e
2 changed files with 3 additions and 3 deletions
|
@ -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
Loading…
Reference in a new issue