chore: Add textlink.foreground accent

This commit is contained in:
Mattia Astorino 2017-06-01 11:40:20 +02:00
parent c648ab878a
commit 9eb980e25e
8 changed files with 551 additions and 30 deletions

View file

@ -11,6 +11,7 @@ let accentsProperties: IGenericObject<string> = {
"list.highlightForeground": undefined,
"scrollbarSlider.activeBackground": undefined,
"editorSuggestWidget.highlightForeground": undefined,
"textLink.foreground": undefined,
}
/**

View file

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

View file

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

View file

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

File diff suppressed because one or more lines are too long

View file

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

View file

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

573
yarn.lock

File diff suppressed because it is too large Load diff