mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Make git decorations more apparent
This commit is contained in:
parent
32aa83ccbb
commit
802a510fbb
1 changed files with 10 additions and 10 deletions
|
@ -64,16 +64,16 @@
|
||||||
"terminal.ansiWhite": "#808080",
|
"terminal.ansiWhite": "#808080",
|
||||||
"terminal.ansiYellow": "#a68a0d",
|
"terminal.ansiYellow": "#a68a0d",
|
||||||
"debugToolBar.background": "#162c1e",
|
"debugToolBar.background": "#162c1e",
|
||||||
"gitDecoration.addedResourceForeground": "#629755",
|
"gitDecoration.addedResourceForeground": "#7cff5b",
|
||||||
"gitDecoration.modifiedResourceForeground": "#6897bb",
|
"gitDecoration.untrackedResourceForeground": "#b270ff",
|
||||||
"gitDecoration.renamedResourceForeground": "#6897bb",
|
"gitDecoration.modifiedResourceForeground": "#3da1ed",
|
||||||
"gitDecoration.stageModifiedResourceForeground": "#6897bb",
|
"gitDecoration.stageModifiedResourceForeground": "#3da1ed",
|
||||||
"gitDecoration.deletedResourceForeground": "#d5756c",
|
"gitDecoration.renamedResourceForeground": "#3da1ed",
|
||||||
"gitDecoration.stageDeletedResourceForeground": "#d5756c",
|
"gitDecoration.deletedResourceForeground": "#ff5d4f",
|
||||||
"gitDecoration.untrackedResourceForeground": "#9375b6",
|
"gitDecoration.stageDeletedResourceForeground": "#ff5d4f",
|
||||||
"gitDecoration.ignoredResourceForeground": "#6c6c6c",
|
"gitDecoration.ignoredResourceForeground": "#777777",
|
||||||
"gitDecoration.conflictingResourceForeground": "#8f8e47",
|
"gitDecoration.conflictingResourceForeground": "#f4f149",
|
||||||
"gitDecoration.submoduleResourceForeground": "#d08d69",
|
"gitDecoration.submoduleResourceForeground": "#ff8a4c",
|
||||||
},
|
},
|
||||||
"tokenColors": [
|
"tokenColors": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue