Skip to content

Commit 7d18868

Browse files
authored
Version 4.0.0
1 parent 458abbe commit 7d18868

28 files changed

+155
-69
lines changed

themes/MagicUser-Light-Blue-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#a3a300",
9797
"gitDecoration.renamedResourceForeground": "#a3a300",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#0072d310",

themes/MagicUser-Light-Gray-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#a3a300",
9797
"gitDecoration.renamedResourceForeground": "#a3a300",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#e8e8e8",

themes/MagicUser-Light-Green-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#a3a300",
9797
"gitDecoration.renamedResourceForeground": "#a3a300",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#0072d310",

themes/MagicUser-Light-Orange-color-theme.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dropdown.foreground": "#000",
3434
"editor.background": "#fff0e1",
3535
"editor.findMatchBackground": "#ffff00cd",
36-
"editor.findMatchBorder": "#00bc57",
36+
"editor.findMatchBorder": "#ff7f00",
3737
"editor.findMatchHighlightBackground": "#f100f120",
3838
"editor.foreground": "#000000",
3939
"editor.inactiveSelectionBackground": "#e5ebf1",
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#a3a300",
9797
"gitDecoration.renamedResourceForeground": "#a3a300",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#0072d310",

themes/MagicUser-Light-Purple-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#979700",
9797
"gitDecoration.renamedResourceForeground": "#979700",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#0072d310",

themes/MagicUser-Light-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#a3a300",
9797
"gitDecoration.renamedResourceForeground": "#a3a300",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#0072d310",

themes/MagicUser-Neblina-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,24 @@
9494
"gitDecoration.addedResourceForeground": "#27c35f",
9595
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9696
"gitDecoration.deletedResourceForeground": "#f31f1f",
97-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
97+
"gitDecoration.ignoredResourceForeground": "#979797",
9898
"gitDecoration.modifiedResourceForeground": "#a3a300",
9999
"gitDecoration.renamedResourceForeground": "#a3a300",
100100
"gitDecoration.stageDeletedResourceForeground": "#f30000",
101101
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
102102
"gitDecoration.submoduleResourceForeground": "#f100f1",
103-
"gitDecoration.untrackedResourceForeground": "#b83838",
103+
"gitDecoration.untrackedResourceForeground": "#a34848",
104104
"input.background": "#f1f1f1",
105105
"input.border": "#d8d8d872",
106106
"input.foreground": "#000",
107107
"input.placeholderForeground": "#787878",
108+
"inputOption.activeBackground": "#cfe5ff",
109+
"inputOption.activeBorder": "#0072d3",
110+
"inputOption.hoverBackground": "#cfcfcf88",
108111
"list.activeSelectionBackground": "#0072d3",
109112
"list.activeSelectionForeground": "#f1f1f1",
110113
"list.activeSelectionIconForeground": "#ffffff",
111-
"list.errorForeground": "#c30028",
114+
"list.errorForeground": "#ff2828",
112115
"list.focusAndSelectionOutline": "#90c2f9",
113116
"list.highlightForeground": "#007fd3",
114117
"list.hoverBackground": "#d3d3d3",

themes/MagicUser-Night-Neblina-color-theme.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"gitDecoration.addedResourceForeground": "#27c35f",
9797
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9898
"gitDecoration.deletedResourceForeground": "#d31f1f",
99-
"gitDecoration.ignoredResourceForeground": "#ccc",
99+
"gitDecoration.ignoredResourceForeground": "#979797",
100100
"gitDecoration.modifiedResourceForeground": "#b9b52f",
101101
"gitDecoration.renamedResourceForeground": "#b9b52f",
102102
"gitDecoration.stageDeletedResourceForeground": "#f30000",
@@ -107,9 +107,12 @@
107107
"input.background": "#282828",
108108
"input.border": "#d8d8d872",
109109
"input.foreground": "#d8d8d8",
110+
"inputOption.activeBackground": "#004186",
111+
"inputOption.activeBorder": "#0072d3",
112+
"inputOption.hoverBackground": "#cfcfcf33",
110113
"list.activeSelectionBackground": "#353535",
111114
"list.activeSelectionForeground": "#cfcfcf",
112-
"list.errorForeground": "#c30028",
115+
"list.errorForeground": "#ff2828",
113116
"list.highlightForeground": "#007fff",
114117
"list.hoverBackground": "#d8d8d820",
115118
"list.inactiveSelectionBackground": "#212121",

themes/MagicUser-Night-color-theme.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"gitDecoration.addedResourceForeground": "#27c35f",
9292
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9393
"gitDecoration.deletedResourceForeground": "#d31f1f",
94-
"gitDecoration.ignoredResourceForeground": "#ccc",
94+
"gitDecoration.ignoredResourceForeground": "#979797",
9595
"gitDecoration.modifiedResourceForeground": "#b9b52f",
9696
"gitDecoration.renamedResourceForeground": "#b9b52f",
9797
"gitDecoration.stageDeletedResourceForeground": "#f30000",
@@ -101,9 +101,12 @@
101101
"input.background": "#000b15",
102102
"input.border": "#d8d8d872",
103103
"input.foreground": "#d8d8d8",
104+
"inputOption.activeBackground": "#004186",
105+
"inputOption.activeBorder": "#0072d3",
106+
"inputOption.hoverBackground": "#cfcfcf33",
104107
"list.activeSelectionBackground": "#002040",
105108
"list.activeSelectionForeground": "#d8d8d8c8",
106-
"list.errorForeground": "#c30028",
109+
"list.errorForeground": "#ff2828",
107110
"list.highlightForeground": "#007fff",
108111
"list.hoverBackground": "#d8d8d820",
109112
"list.inactiveSelectionBackground": "#000b15",

themes/MagicUser-Path-color-theme.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"gitDecoration.addedResourceForeground": "#27c35f",
9999
"gitDecoration.conflictingResourceForeground": "#ff53b3",
100100
"gitDecoration.deletedResourceForeground": "#d31f1f",
101-
"gitDecoration.ignoredResourceForeground": "#ccc",
101+
"gitDecoration.ignoredResourceForeground": "#979797",
102102
"gitDecoration.modifiedResourceForeground": "#b9b52f",
103103
"gitDecoration.renamedResourceForeground": "#b9b52f",
104104
"gitDecoration.stageDeletedResourceForeground": "#f30000",
@@ -109,9 +109,12 @@
109109
"input.background": "#203044",
110110
"input.border": "#d8d8d872",
111111
"input.foreground": "#d8d8d8",
112+
"inputOption.activeBackground": "#004186",
113+
"inputOption.activeBorder": "#0072d3",
114+
"inputOption.hoverBackground": "#cfcfcf33",
112115
"list.activeSelectionBackground": "#203044",
113116
"list.activeSelectionForeground": "#cfcfcf",
114-
"list.errorForeground": "#c30028",
117+
"list.errorForeground": "#ff2828",
115118
"list.highlightForeground": "#48bf97",
116119
"list.hoverBackground": "#5278a810",
117120
"list.inactiveSelectionBackground": "#20304488",

themes/MagicUser-Purple-Night-color-theme.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"gitDecoration.addedResourceForeground": "#27c35f",
9292
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9393
"gitDecoration.deletedResourceForeground": "#d31f1f",
94-
"gitDecoration.ignoredResourceForeground": "#ccc",
94+
"gitDecoration.ignoredResourceForeground": "#979797",
9595
"gitDecoration.modifiedResourceForeground": "#b9b52f",
9696
"gitDecoration.renamedResourceForeground": "#b9b52f",
9797
"gitDecoration.stageDeletedResourceForeground": "#f30000",
@@ -101,9 +101,12 @@
101101
"input.background": "#0b0015",
102102
"input.border": "#d8d8d872",
103103
"input.foreground": "#d8d8d8",
104+
"inputOption.activeBackground": "#004186",
105+
"inputOption.activeBorder": "#0072d3",
106+
"inputOption.hoverBackground": "#cfcfcf33",
104107
"list.activeSelectionBackground": "#200040",
105108
"list.activeSelectionForeground": "#d8d8d8c8",
106-
"list.errorForeground": "#c30028",
109+
"list.errorForeground": "#ff2828",
107110
"list.highlightForeground": "#007fff",
108111
"list.hoverBackground": "#d8d8d820",
109112
"list.inactiveSelectionBackground": "#200033",

themes/MagicUser-Purple-color-theme.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"gitDecoration.addedResourceForeground": "#27c35f",
9292
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9393
"gitDecoration.deletedResourceForeground": "#d31f1f",
94-
"gitDecoration.ignoredResourceForeground": "#ccc",
94+
"gitDecoration.ignoredResourceForeground": "#979797",
9595
"gitDecoration.modifiedResourceForeground": "#b9b52f",
9696
"gitDecoration.renamedResourceForeground": "#b9b52f",
9797
"gitDecoration.stageDeletedResourceForeground": "#f30000",
@@ -101,9 +101,12 @@
101101
"input.background": "#160020",
102102
"input.border": "#d8d8d872",
103103
"input.foreground": "#f1f1f1",
104+
"inputOption.activeBackground": "#004186",
105+
"inputOption.activeBorder": "#0072d3",
106+
"inputOption.hoverBackground": "#cfcfcf33",
104107
"list.activeSelectionBackground": "#280038",
105108
"list.activeSelectionForeground": "#d8d8d8",
106-
"list.errorForeground": "#c30028",
109+
"list.errorForeground": "#ff2828",
107110
"list.highlightForeground": "#00d3ff",
108111
"list.hoverBackground": "#d8d8d820",
109112
"list.inactiveSelectionBackground": "#480064",

themes/MagicUser-Sea-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,24 @@
9292
"gitDecoration.addedResourceForeground": "#27c35f",
9393
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9494
"gitDecoration.deletedResourceForeground": "#f31f1f",
95-
"gitDecoration.ignoredResourceForeground": "#a3a3a3",
95+
"gitDecoration.ignoredResourceForeground": "#979797",
9696
"gitDecoration.modifiedResourceForeground": "#a3a300",
9797
"gitDecoration.renamedResourceForeground": "#a3a300",
9898
"gitDecoration.stageDeletedResourceForeground": "#f30000",
9999
"gitDecoration.stageModifiedResourceForeground": "#4fbf00",
100100
"gitDecoration.submoduleResourceForeground": "#f100f1",
101-
"gitDecoration.untrackedResourceForeground": "#b83838",
101+
"gitDecoration.untrackedResourceForeground": "#a34848",
102102
"input.background": "#fff",
103103
"input.border": "#d8d8d872",
104104
"input.foreground": "#000",
105105
"input.placeholderForeground": "#787878",
106+
"inputOption.activeBackground": "#cfe5ff",
107+
"inputOption.activeBorder": "#0072d3",
108+
"inputOption.hoverBackground": "#cfcfcf88",
106109
"list.activeSelectionBackground": "#0072d3",
107110
"list.activeSelectionForeground": "#f1f1f1",
108111
"list.activeSelectionIconForeground": "#ffffff",
109-
"list.errorForeground": "#c30028",
112+
"list.errorForeground": "#ff2828",
110113
"list.focusAndSelectionOutline": "#90c2f9",
111114
"list.highlightForeground": "#007fd3",
112115
"list.hoverBackground": "#c3d2ff",

themes/MagicUser-Space-Night-color-theme.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"gitDecoration.addedResourceForeground": "#27c35f",
9292
"gitDecoration.conflictingResourceForeground": "#ff53b3",
9393
"gitDecoration.deletedResourceForeground": "#d31f1f",
94-
"gitDecoration.ignoredResourceForeground": "#ccc",
94+
"gitDecoration.ignoredResourceForeground": "#979797",
9595
"gitDecoration.modifiedResourceForeground": "#b9b52f",
9696
"gitDecoration.renamedResourceForeground": "#b9b52f",
9797
"gitDecoration.stageDeletedResourceForeground": "#f30000",
@@ -101,15 +101,18 @@
101101
"input.background": "#282828",
102102
"input.border": "#d8d8d872",
103103
"input.foreground": "#d8d8d8",
104+
"inputOption.activeBackground": "#004186",
105+
"inputOption.activeBorder": "#0072d3",
106+
"inputOption.hoverBackground": "#cfcfcf33",
104107
"list.activeSelectionBackground": "#002248",
105108
"list.activeSelectionForeground": "#d8d8d8",
106-
"list.errorForeground": "#c30028",
109+
"list.errorForeground": "#ff2828",
107110
"list.highlightForeground": "#007fff",
108111
"list.hoverBackground": "#d8d8d820",
109112
"list.inactiveSelectionBackground": "#181818",
110113
"list.warningForeground": "#f15353",
111114
"menu.background": "#181818",
112-
"menu.foreground": "#d3d3d3",
115+
"menu.foreground": "#f1f1f188",
113116
"menu.selectionBackground": "#002248",
114117
"menu.separatorBackground": "#35353588",
115118
"menubar.selectionBackground": "#002248",
@@ -136,7 +139,9 @@
136139
"searchEditor.findMatchBackground": "#00ffff88",
137140
"searchEditor.findMatchBorder": "#ff00ff",
138141
"sideBar.background": "#101010",
142+
"sideBar.foreground": "#f1f1f188",
139143
"sideBarSectionHeader.background": "#101010",
144+
"sideBarSectionHeader.foreground": "#f1f1f188",
140145
"statusBar.background": "#181818",
141146
"statusBar.debuggingBackground": "#480048",
142147
"statusBar.foreground": "#a3a3a3",

0 commit comments

Comments
 (0)