fix: Style welcome page links
This commit is contained in:
parent
6ba22488b5
commit
e873530b04
6 changed files with 6 additions and 2 deletions
|
@ -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}}",
|
||||
|
@ -756,7 +757,6 @@
|
|||
"editorSuggestWidget.highlightForeground": "{{commons.accents.teal}}",
|
||||
"editorSuggestWidget.selectedBackground": "{{variant.scheme.lineHighlight}}50",
|
||||
"editorSuggestWidget.border": "{{variant.scheme.inputBorder}}",
|
||||
|
||||
"widget.shadow": "{{variant.scheme.shadow}}",
|
||||
"editorWidget.background": "{{variant.scheme.background}}",
|
||||
"panel.border": "{{variant.scheme.background}}",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue