parent
8502a39f50
commit
4758c452cd
6 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,10 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
|
|||
alpha: 100,
|
||||
value: undefined
|
||||
},
|
||||
"selection.background": {
|
||||
alpha: 100,
|
||||
value: undefined
|
||||
},
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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}}",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue