0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update gutter modified color

This commit is contained in:
Kristi 2022-07-22 03:09:41 -04:00
parent f743564182
commit 19113a0651

View file

@ -183,7 +183,7 @@
"editorOverviewRuler.selectionHighlightForeground": "#a9b1d622", "editorOverviewRuler.selectionHighlightForeground": "#a9b1d622",
"editorOverviewRuler.wordHighlightForeground": "#bb9af755", "editorOverviewRuler.wordHighlightForeground": "#bb9af755",
"editorOverviewRuler.wordHighlightStrongForeground": "#bb9af766", "editorOverviewRuler.wordHighlightStrongForeground": "#bb9af766",
"editorOverviewRuler.modifiedForeground": "#394b70", "editorOverviewRuler.modifiedForeground": "#3d547a",
"editorOverviewRuler.addedForeground": "#164846", "editorOverviewRuler.addedForeground": "#164846",
"editorOverviewRuler.deletedForeground": "#703438", "editorOverviewRuler.deletedForeground": "#703438",
@ -193,13 +193,13 @@
"editorInfo.foreground": "#0da0ba", "editorInfo.foreground": "#0da0ba",
"editorHint.foreground": "#0da0ba", "editorHint.foreground": "#0da0ba",
"editorGutter.modifiedBackground": "#394b70", "editorGutter.modifiedBackground": "#3d547a",
"editorGutter.addedBackground": "#164846", "editorGutter.addedBackground": "#164846",
"editorGutter.deletedBackground": "#823c41", "editorGutter.deletedBackground": "#823c41",
"editorGhostText.foreground": "#7582ba", "editorGhostText.foreground": "#7582ba",
"minimapGutter.modifiedBackground": "#425882", "minimapGutter.modifiedBackground": "#3d547a",
"minimapGutter.addedBackground": "#1C5957", "minimapGutter.addedBackground": "#1C5957",
"minimapGutter.deletedBackground": "#944449", "minimapGutter.deletedBackground": "#944449",