mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add added and rename git resource colors
This commit is contained in:
parent
f3f0361c4a
commit
c9dc8e5eee
3 changed files with 6 additions and 0 deletions
|
@ -327,6 +327,8 @@
|
|||
"gitDecoration.modifiedResourceForeground": "#6183bb",
|
||||
"gitDecoration.ignoredResourceForeground": "#515670",
|
||||
"gitDecoration.deletedResourceForeground": "#914c54",
|
||||
"gitDecoration.renamedResourceForeground": "#449dab",
|
||||
"gitDecoration.addedResourceForeground": "#449dab",
|
||||
"gitDecoration.untrackedResourceForeground": "#449dab",
|
||||
"gitDecoration.conflictingResourceForeground": "#bb7a61",
|
||||
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
||||
|
|
|
@ -331,6 +331,8 @@
|
|||
"gitDecoration.modifiedResourceForeground": "#34548a",
|
||||
"gitDecoration.ignoredResourceForeground": "#828594",
|
||||
"gitDecoration.deletedResourceForeground": "#914c54",
|
||||
"gitDecoration.renamedResourceForeground": "#166775",
|
||||
"gitDecoration.addedResourceForeground": "#166775",
|
||||
"gitDecoration.untrackedResourceForeground": "#166775",
|
||||
"gitDecoration.conflictingResourceForeground": "#bb7a61",
|
||||
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
||||
|
|
|
@ -326,6 +326,8 @@
|
|||
"gitDecoration.modifiedResourceForeground": "#6183bb",
|
||||
"gitDecoration.ignoredResourceForeground": "#545c7e",
|
||||
"gitDecoration.deletedResourceForeground": "#914c54",
|
||||
"gitDecoration.renamedResourceForeground": "#449dab",
|
||||
"gitDecoration.addedResourceForeground": "#449dab",
|
||||
"gitDecoration.untrackedResourceForeground": "#449dab",
|
||||
"gitDecoration.conflictingResourceForeground": "#bb7a61",
|
||||
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
||||
|
|
Loading…
Reference in a new issue