fix: Add accent color to progressbar

Ref #56
This commit is contained in:
Mattia Astorino 2017-06-20 09:16:55 +02:00
parent 8502a39f50
commit 4758c452cd
6 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,10 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
alpha: 100,
value: undefined
},
"selection.background": {
alpha: 100,
value: undefined
},
}
/**

View file

@ -683,6 +683,7 @@
"scrollbar.shadow": "{{variant.scheme.background}}00",
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
"selection.background": "{{variant.scheme.foreground}}",
"progressBar.background": "{{commons.accents.Teal}}",
"textLink.foreground": "{{commons.accents.Teal}}",
"textLink.activeForeground": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",

View file

@ -683,6 +683,7 @@
"scrollbar.shadow": "#21212100",
"editorLink.activeForeground": "#EEFFFF",
"selection.background": "#EEFFFF",
"progressBar.background": "#80CBC4",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#EEFFFF",
"editorLineNumber.foreground": "#424242",

View file

@ -683,6 +683,7 @@
"scrollbar.shadow": "#26323800",
"editorLink.activeForeground": "#EEFFFF",
"selection.background": "#EEFFFF",
"progressBar.background": "#80CBC4",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#EEFFFF",
"editorLineNumber.foreground": "#37474F",

View file

@ -683,6 +683,7 @@
"scrollbar.shadow": "#FAFAFA00",
"editorLink.activeForeground": "#90A4AE",
"selection.background": "#90A4AE",
"progressBar.background": "#80CBC4",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC",

View file

@ -683,6 +683,7 @@
"scrollbar.shadow": "#292D3E00",
"editorLink.activeForeground": "#A6ACCD",
"selection.background": "#A6ACCD",
"progressBar.background": "#80CBC4",
"textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",