1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-21 10:34:21 +00:00

Make git decorations more apparent

This commit is contained in:
Steffo 2024-10-28 13:59:34 +01:00
parent 32aa83ccbb
commit 802a510fbb
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -64,16 +64,16 @@
"terminal.ansiWhite": "#808080",
"terminal.ansiYellow": "#a68a0d",
"debugToolBar.background": "#162c1e",
"gitDecoration.addedResourceForeground": "#629755",
"gitDecoration.modifiedResourceForeground": "#6897bb",
"gitDecoration.renamedResourceForeground": "#6897bb",
"gitDecoration.stageModifiedResourceForeground": "#6897bb",
"gitDecoration.deletedResourceForeground": "#d5756c",
"gitDecoration.stageDeletedResourceForeground": "#d5756c",
"gitDecoration.untrackedResourceForeground": "#9375b6",
"gitDecoration.ignoredResourceForeground": "#6c6c6c",
"gitDecoration.conflictingResourceForeground": "#8f8e47",
"gitDecoration.submoduleResourceForeground": "#d08d69",
"gitDecoration.addedResourceForeground": "#7cff5b",
"gitDecoration.untrackedResourceForeground": "#b270ff",
"gitDecoration.modifiedResourceForeground": "#3da1ed",
"gitDecoration.stageModifiedResourceForeground": "#3da1ed",
"gitDecoration.renamedResourceForeground": "#3da1ed",
"gitDecoration.deletedResourceForeground": "#ff5d4f",
"gitDecoration.stageDeletedResourceForeground": "#ff5d4f",
"gitDecoration.ignoredResourceForeground": "#777777",
"gitDecoration.conflictingResourceForeground": "#f4f149",
"gitDecoration.submoduleResourceForeground": "#ff8a4c",
},
"tokenColors": [
{