chore: Add textlink.activeForeground color
This commit is contained in:
parent
ae32b76e79
commit
1dd41c4134
5 changed files with 5 additions and 0 deletions
|
@ -684,6 +684,7 @@
|
|||
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||
"selection.background": "{{variant.scheme.foreground}}",
|
||||
"textLink.foreground": "{{commons.accents.Teal}}",
|
||||
"textLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
|
||||
"editorBracketMatch.border": "{{variant.scheme.caret}}",
|
||||
"editor.background": "{{variant.scheme.background}}",
|
||||
|
|
|
@ -684,6 +684,7 @@
|
|||
"editorLink.activeForeground": "#EEFFFF",
|
||||
"selection.background": "#EEFFFF",
|
||||
"textLink.foreground": "#80CBC4",
|
||||
"textLink.activeForeground": "#EEFFFF",
|
||||
"editorLineNumber.foreground": "#424242",
|
||||
"editorBracketMatch.border": "#FFCC00",
|
||||
"editor.background": "#212121",
|
||||
|
|
|
@ -684,6 +684,7 @@
|
|||
"editorLink.activeForeground": "#EEFFFF",
|
||||
"selection.background": "#EEFFFF",
|
||||
"textLink.foreground": "#80CBC4",
|
||||
"textLink.activeForeground": "#EEFFFF",
|
||||
"editorLineNumber.foreground": "#37474F",
|
||||
"editorBracketMatch.border": "#FFCC00",
|
||||
"editor.background": "#263238",
|
||||
|
|
|
@ -684,6 +684,7 @@
|
|||
"editorLink.activeForeground": "#90A4AE",
|
||||
"selection.background": "#90A4AE",
|
||||
"textLink.foreground": "#80CBC4",
|
||||
"textLink.activeForeground": "#90A4AE",
|
||||
"editorLineNumber.foreground": "#CFD8DC",
|
||||
"editorBracketMatch.border": "#272727",
|
||||
"editor.background": "#FAFAFA",
|
||||
|
|
|
@ -684,6 +684,7 @@
|
|||
"editorLink.activeForeground": "#A6ACCD",
|
||||
"selection.background": "#A6ACCD",
|
||||
"textLink.foreground": "#80CBC4",
|
||||
"textLink.activeForeground": "#A6ACCD",
|
||||
"editorLineNumber.foreground": "#3A3F58",
|
||||
"editorBracketMatch.border": "#FFCC00",
|
||||
"editor.background": "#292D3E",
|
||||
|
|
Loading…
Reference in a new issue