Skip to content

Commit cb8b2be

Browse files
committed
Fix color text in welcome page;
Adjust foreground color of inactive selection files on tree
1 parent 36fec67 commit cb8b2be

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "w40-theme",
33
"displayName": "w40 Theme",
44
"description": "A dark pink VSCode theme, good for your eyes.",
5-
"version": "1.1.5",
5+
"version": "1.1.6",
66
"license": "MIT",
77
"author": "Emerson Santiago",
88
"publisher": "emersonsm",

themes/w40-color-theme.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"input.background": "#e5e5e5",
3434
"input.border": "#515151",
3535
"input.foreground": "#323232",
36-
"input.placeholderForeground": "#323232",
36+
"input.placeholderForeground": "#e5e5e5",
3737
"inputOption.activeBackground": "#20202b",
3838
"inputOption.activeBorder": "#e5e5e5",
3939
"inputOption.activeForeground": "#e5e5e5",
@@ -58,11 +58,11 @@
5858
"list.dropBackground": "#515151",
5959
"list.focusBackground": "#3232323f",
6060
"list.focusForeground": "#e5e5e5",
61-
"list.highlightForeground": "#5bbbec",
61+
"list.highlightForeground": "#cd84c8",
6262
"list.hoverBackground": "#51515133",
6363
"list.hoverForeground": "#e5e5e5",
6464
"list.inactiveSelectionBackground": "#20202b3f",
65-
"list.inactiveSelectionForeground": "#323232",
65+
"list.inactiveSelectionForeground": "#e5e5e5",
6666
"list.inactiveFocusBackground": "#5151513f",
6767
"list.invalidItemForeground": "#cd84c8",
6868
"list.errorForeground": "#cd84c8",
@@ -142,7 +142,7 @@
142142
"editorIndentGuide.activeBackground": "#e5e5e5",
143143
"editorRuler.foreground": "#515151",
144144
"editorCodeLens.foreground": "#ee77a5",
145-
"editorLightBulb.foreground": "#5bbbec",
145+
"editorLightBulb.foreground": "#ee77a5",
146146
"editorLightBulbAutoFix.foreground": "#cd84c8",
147147
"editorBracketMatch.background": "#515151",
148148
"editorBracketMatch.border": "#20202b",
@@ -153,10 +153,10 @@
153153
"editorOverviewRuler.selectionHighlightForeground": "#515151bf",
154154
"editorOverviewRuler.wordHighlightForeground": "#20202bbf",
155155
"editorOverviewRuler.wordHighlightStrongForeground": "#323232bf",
156-
"editorOverviewRuler.modifiedForeground": "#5bec6e7f",
157-
"editorOverviewRuler.addedForeground": "#c4bfa27f",
158-
"editorOverviewRuler.deletedForeground": "#e23c527f",
159-
"editorOverviewRuler.errorForeground": "#cd84c87f",
156+
"editorOverviewRuler.modifiedForeground": "#c4bfa27f",
157+
"editorOverviewRuler.addedForeground": "#5bec6e7f",
158+
"editorOverviewRuler.deletedForeground": "#fad7107f",
159+
"editorOverviewRuler.errorForeground": "#f505257f",
160160
"editorOverviewRuler.warningForeground": "#e5e5e57f",
161161
"editorOverviewRuler.infoForeground": "#cd84c87f",
162162
"editorOverviewRuler.bracketMatchForeground": "#323232",

0 commit comments

Comments
 (0)