Skip to content

Commit

Permalink
Fix color text in welcome page;
Browse files Browse the repository at this point in the history
Adjust foreground color of inactive selection files on tree
  • Loading branch information
emersonsm committed Mar 17, 2022
1 parent 36fec67 commit cb8b2be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "w40-theme",
"displayName": "w40 Theme",
"description": "A dark pink VSCode theme, good for your eyes.",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"author": "Emerson Santiago",
"publisher": "emersonsm",
Expand Down
16 changes: 8 additions & 8 deletions themes/w40-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"input.background": "#e5e5e5",
"input.border": "#515151",
"input.foreground": "#323232",
"input.placeholderForeground": "#323232",
"input.placeholderForeground": "#e5e5e5",
"inputOption.activeBackground": "#20202b",
"inputOption.activeBorder": "#e5e5e5",
"inputOption.activeForeground": "#e5e5e5",
Expand All @@ -58,11 +58,11 @@
"list.dropBackground": "#515151",
"list.focusBackground": "#3232323f",
"list.focusForeground": "#e5e5e5",
"list.highlightForeground": "#5bbbec",
"list.highlightForeground": "#cd84c8",
"list.hoverBackground": "#51515133",
"list.hoverForeground": "#e5e5e5",
"list.inactiveSelectionBackground": "#20202b3f",
"list.inactiveSelectionForeground": "#323232",
"list.inactiveSelectionForeground": "#e5e5e5",
"list.inactiveFocusBackground": "#5151513f",
"list.invalidItemForeground": "#cd84c8",
"list.errorForeground": "#cd84c8",
Expand Down Expand Up @@ -142,7 +142,7 @@
"editorIndentGuide.activeBackground": "#e5e5e5",
"editorRuler.foreground": "#515151",
"editorCodeLens.foreground": "#ee77a5",
"editorLightBulb.foreground": "#5bbbec",
"editorLightBulb.foreground": "#ee77a5",
"editorLightBulbAutoFix.foreground": "#cd84c8",
"editorBracketMatch.background": "#515151",
"editorBracketMatch.border": "#20202b",
Expand All @@ -153,10 +153,10 @@
"editorOverviewRuler.selectionHighlightForeground": "#515151bf",
"editorOverviewRuler.wordHighlightForeground": "#20202bbf",
"editorOverviewRuler.wordHighlightStrongForeground": "#323232bf",
"editorOverviewRuler.modifiedForeground": "#5bec6e7f",
"editorOverviewRuler.addedForeground": "#c4bfa27f",
"editorOverviewRuler.deletedForeground": "#e23c527f",
"editorOverviewRuler.errorForeground": "#cd84c87f",
"editorOverviewRuler.modifiedForeground": "#c4bfa27f",
"editorOverviewRuler.addedForeground": "#5bec6e7f",
"editorOverviewRuler.deletedForeground": "#fad7107f",
"editorOverviewRuler.errorForeground": "#f505257f",
"editorOverviewRuler.warningForeground": "#e5e5e57f",
"editorOverviewRuler.infoForeground": "#cd84c87f",
"editorOverviewRuler.bracketMatchForeground": "#323232",
Expand Down

0 comments on commit cb8b2be

Please sign in to comment.