Skip to content

Commit 83afd90

Browse files
authored
Merge pull request #1 from emersonsm/fix/invisible-text
Fix/invisible text
2 parents 6da8045 + b1bff84 commit 83afd90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 simple VSCode theme, good for your eyes.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "MIT",
77
"author": "Emerson Santiago",
88
"publisher": "emersonsm",

themes/w40.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"input.background": "#FFFFFF",
3434
"input.border": "#515151",
3535
"input.foreground": "#323232",
36-
"input.placeholderForeground": "#1e1e1e",
36+
"input.placeholderForeground": "#323232",
3737
"inputOption.activeBackground": "#1e1e1e",
3838
"inputOption.activeBorder": "#ffffff",
3939
"inputOption.activeForeground": "#ffffff",
@@ -354,7 +354,7 @@
354354
"settings.focusedRowBackground": "#1e1e1e",
355355
"breadcrumb.foreground": "#ee77a5",
356356
"breadcrumb.background": "#1e1e1e",
357-
"breadcrumb.focusForeground": "#323232",
357+
"breadcrumb.focusForeground": "#ffffff",
358358
"breadcrumb.activeSelectionForeground": "#ffffff",
359359
"breadcrumbPicker.background": "#1e1e1e",
360360
"editor.snippetTabstopHighlightBackground": "#5151517f",

0 commit comments

Comments
 (0)