mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update gutter modified color
This commit is contained in:
parent
f743564182
commit
19113a0651
1 changed files with 3 additions and 3 deletions
|
@ -183,7 +183,7 @@
|
|||
"editorOverviewRuler.selectionHighlightForeground": "#a9b1d622",
|
||||
"editorOverviewRuler.wordHighlightForeground": "#bb9af755",
|
||||
"editorOverviewRuler.wordHighlightStrongForeground": "#bb9af766",
|
||||
"editorOverviewRuler.modifiedForeground": "#394b70",
|
||||
"editorOverviewRuler.modifiedForeground": "#3d547a",
|
||||
"editorOverviewRuler.addedForeground": "#164846",
|
||||
"editorOverviewRuler.deletedForeground": "#703438",
|
||||
|
||||
|
@ -193,13 +193,13 @@
|
|||
"editorInfo.foreground": "#0da0ba",
|
||||
"editorHint.foreground": "#0da0ba",
|
||||
|
||||
"editorGutter.modifiedBackground": "#394b70",
|
||||
"editorGutter.modifiedBackground": "#3d547a",
|
||||
"editorGutter.addedBackground": "#164846",
|
||||
"editorGutter.deletedBackground": "#823c41",
|
||||
|
||||
"editorGhostText.foreground": "#7582ba",
|
||||
|
||||
"minimapGutter.modifiedBackground": "#425882",
|
||||
"minimapGutter.modifiedBackground": "#3d547a",
|
||||
"minimapGutter.addedBackground": "#1C5957",
|
||||
"minimapGutter.deletedBackground": "#944449",
|
||||
|
||||
|
|
Loading…
Reference in a new issue