Skip to content

Commit

Permalink
Fix quick input focused foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
thenikso committed Jun 29, 2021
1 parent 5263c57 commit 243ab63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "github-plus-theme",
"displayName": "GitHub Plus Theme",
"description": "A GitHub inspired color theme for VSCode code and interface!",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "thenikso",
"icon": "icon.png",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion themes/github-plus-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tab.inactiveForeground": "#586069",
"scrollbar.shadow": "#00000000",
"quickInputList.focusBackground": "#e7e6e5",
"quickInputList.focusForeground": "#6b6b6b"
"quickInputList.focusForeground": "#24292e"
},
// User command "Inspect TM Scopes" to know which scope to color
"tokenColors": [
Expand Down

0 comments on commit 243ab63

Please sign in to comment.