mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update git staged deleted and modified colors
This commit is contained in:
parent
8347bad000
commit
4ab224bc24
3 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue