chore: Add textlink.foreground accent
This commit is contained in:
parent
c648ab878a
commit
9eb980e25e
8 changed files with 551 additions and 30 deletions
|
@ -11,6 +11,7 @@ let accentsProperties: IGenericObject<string> = {
|
||||||
"list.highlightForeground": undefined,
|
"list.highlightForeground": undefined,
|
||||||
"scrollbarSlider.activeBackground": undefined,
|
"scrollbarSlider.activeBackground": undefined,
|
||||||
"editorSuggestWidget.highlightForeground": undefined,
|
"editorSuggestWidget.highlightForeground": undefined,
|
||||||
|
"textLink.foreground": undefined,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -683,6 +683,7 @@
|
||||||
"scrollbar.shadow": "{{variant.scheme.background}}00",
|
"scrollbar.shadow": "{{variant.scheme.background}}00",
|
||||||
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||||
"selection.background": "{{variant.scheme.foreground}}",
|
"selection.background": "{{variant.scheme.foreground}}",
|
||||||
|
"textLink.foreground": "{{commons.accents.Teal}}",
|
||||||
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
|
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
|
||||||
"editorBracketMatch.border": "{{variant.scheme.caret}}",
|
"editorBracketMatch.border": "{{variant.scheme.caret}}",
|
||||||
"editor.background": "{{variant.scheme.background}}",
|
"editor.background": "{{variant.scheme.background}}",
|
||||||
|
|
|
@ -683,6 +683,7 @@
|
||||||
"scrollbar.shadow": "#21212100",
|
"scrollbar.shadow": "#21212100",
|
||||||
"editorLink.activeForeground": "#EEFFFF",
|
"editorLink.activeForeground": "#EEFFFF",
|
||||||
"selection.background": "#EEFFFF",
|
"selection.background": "#EEFFFF",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
"editorLineNumber.foreground": "#424242",
|
"editorLineNumber.foreground": "#424242",
|
||||||
"editorBracketMatch.border": "#FFCC00",
|
"editorBracketMatch.border": "#FFCC00",
|
||||||
"editor.background": "#212121",
|
"editor.background": "#212121",
|
||||||
|
|
|
@ -683,6 +683,7 @@
|
||||||
"scrollbar.shadow": "#26323800",
|
"scrollbar.shadow": "#26323800",
|
||||||
"editorLink.activeForeground": "#EEFFFF",
|
"editorLink.activeForeground": "#EEFFFF",
|
||||||
"selection.background": "#EEFFFF",
|
"selection.background": "#EEFFFF",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
"editorLineNumber.foreground": "#37474F",
|
"editorLineNumber.foreground": "#37474F",
|
||||||
"editorBracketMatch.border": "#FFCC00",
|
"editorBracketMatch.border": "#FFCC00",
|
||||||
"editor.background": "#263238",
|
"editor.background": "#263238",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -683,6 +683,7 @@
|
||||||
"scrollbar.shadow": "#FAFAFA00",
|
"scrollbar.shadow": "#FAFAFA00",
|
||||||
"editorLink.activeForeground": "#90A4AE",
|
"editorLink.activeForeground": "#90A4AE",
|
||||||
"selection.background": "#90A4AE",
|
"selection.background": "#90A4AE",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
"editorLineNumber.foreground": "#CFD8DC",
|
"editorLineNumber.foreground": "#CFD8DC",
|
||||||
"editorBracketMatch.border": "#272727",
|
"editorBracketMatch.border": "#272727",
|
||||||
"editor.background": "#FAFAFA",
|
"editor.background": "#FAFAFA",
|
||||||
|
|
|
@ -683,6 +683,7 @@
|
||||||
"scrollbar.shadow": "#292D3E00",
|
"scrollbar.shadow": "#292D3E00",
|
||||||
"editorLink.activeForeground": "#A6ACCD",
|
"editorLink.activeForeground": "#A6ACCD",
|
||||||
"selection.background": "#A6ACCD",
|
"selection.background": "#A6ACCD",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
"editorLineNumber.foreground": "#3A3F58",
|
"editorLineNumber.foreground": "#3A3F58",
|
||||||
"editorBracketMatch.border": "#FFCC00",
|
"editorBracketMatch.border": "#FFCC00",
|
||||||
"editor.background": "#292D3E",
|
"editor.background": "#292D3E",
|
||||||
|
|
Loading…
Reference in a new issue