fix: Fix editor marker navigation color
This commit is contained in:
parent
7ed1d45c65
commit
16230f2ee3
6 changed files with 7 additions and 1 deletions
|
@ -766,6 +766,7 @@
|
|||
"editorError.foreground": "{{variant.scheme.base.red}}50",
|
||||
"editorWarning.foreground": "{{variant.scheme.base.green}}50",
|
||||
"editorWidget.background": "{{variant.scheme.background}}",
|
||||
"editorMarkerNavigation.background": "{{variant.scheme.foreground}}05",
|
||||
"widget.shadow": "{{variant.scheme.shadow}}",
|
||||
"panel.border": "{{variant.scheme.background}}",
|
||||
"panelTitle.activeForeground": "{{variant.scheme.foreground}}",
|
||||
|
@ -788,5 +789,6 @@
|
|||
"peekViewResult.background": "{{variant.scheme.foreground}}05",
|
||||
"peekViewEditorGutter.background": "{{variant.scheme.foreground}}05",
|
||||
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60"
|
||||
|
||||
}
|
||||
}
|
|
@ -765,6 +765,7 @@
|
|||
"editorError.foreground": "#FF537050",
|
||||
"editorWarning.foreground": "#C3E88D50",
|
||||
"editorWidget.background": "#212121",
|
||||
"editorMarkerNavigation.background": "#EEFFFF05",
|
||||
"widget.shadow": "#00000030",
|
||||
"panel.border": "#212121",
|
||||
"panelTitle.activeForeground": "#EEFFFF",
|
||||
|
|
|
@ -765,6 +765,7 @@
|
|||
"editorError.foreground": "#FF537050",
|
||||
"editorWarning.foreground": "#C3E88D50",
|
||||
"editorWidget.background": "#263238",
|
||||
"editorMarkerNavigation.background": "#EEFFFF05",
|
||||
"widget.shadow": "#00000030",
|
||||
"panel.border": "#263238",
|
||||
"panelTitle.activeForeground": "#EEFFFF",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -765,6 +765,7 @@
|
|||
"editorError.foreground": "#E5393550",
|
||||
"editorWarning.foreground": "#91B85950",
|
||||
"editorWidget.background": "#FAFAFA",
|
||||
"editorMarkerNavigation.background": "#90A4AE05",
|
||||
"widget.shadow": "#00000020",
|
||||
"panel.border": "#FAFAFA",
|
||||
"panelTitle.activeForeground": "#90A4AE",
|
||||
|
|
|
@ -765,6 +765,7 @@
|
|||
"editorError.foreground": "#FF537050",
|
||||
"editorWarning.foreground": "#C3E88D50",
|
||||
"editorWidget.background": "#292D3E",
|
||||
"editorMarkerNavigation.background": "#A6ACCD05",
|
||||
"widget.shadow": "#00000030",
|
||||
"panel.border": "#292D3E",
|
||||
"panelTitle.activeForeground": "#A6ACCD",
|
||||
|
|
Loading…
Reference in a new issue