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 git staged deleted and modified colors

This commit is contained in:
Kristi 2020-10-16 09:54:30 -04:00
parent 8347bad000
commit 4ab224bc24
3 changed files with 7 additions and 0 deletions

View file

@ -302,6 +302,9 @@
"gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.untrackedResourceForeground": "#449dab",
"gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
"merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544",

View file

@ -306,6 +306,8 @@
"gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.untrackedResourceForeground": "#166775",
"gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#34548a",
"merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544",

View file

@ -301,6 +301,8 @@
"gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.untrackedResourceForeground": "#449dab",
"gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
"merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544",