Skip to content

Commit

Permalink
Merge pull request #1 from emersonsm/fix/invisible-text
Browse files Browse the repository at this point in the history
Fix/invisible text
  • Loading branch information
emersonsm authored Aug 12, 2021
2 parents 6da8045 + b1bff84 commit 83afd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 simple VSCode theme, good for your eyes.",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": "Emerson Santiago",
"publisher": "emersonsm",
Expand Down
4 changes: 2 additions & 2 deletions themes/w40.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"input.background": "#FFFFFF",
"input.border": "#515151",
"input.foreground": "#323232",
"input.placeholderForeground": "#1e1e1e",
"input.placeholderForeground": "#323232",
"inputOption.activeBackground": "#1e1e1e",
"inputOption.activeBorder": "#ffffff",
"inputOption.activeForeground": "#ffffff",
Expand Down Expand Up @@ -354,7 +354,7 @@
"settings.focusedRowBackground": "#1e1e1e",
"breadcrumb.foreground": "#ee77a5",
"breadcrumb.background": "#1e1e1e",
"breadcrumb.focusForeground": "#323232",
"breadcrumb.focusForeground": "#ffffff",
"breadcrumb.activeSelectionForeground": "#ffffff",
"breadcrumbPicker.background": "#1e1e1e",
"editor.snippetTabstopHighlightBackground": "#5151517f",
Expand Down

0 comments on commit 83afd90

Please sign in to comment.