Skip to content

Commit

Permalink
♿️ Improve focus state (#35)
Browse files Browse the repository at this point in the history
* ♿️ Update `focusBorder` and `input.border` colors

* ♿️ Improve `list` active inactive states
  • Loading branch information
carloscuesta committed Mar 4, 2023
1 parent 7f0ec43 commit 05cb51f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions theme/sprinkles.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"editorLineNumber.foreground": "#ffffff20",
"editorRuler.foreground": "#25292c",
"editorWidget.background": "#161719",
"focusBorder": "#ffffff00",
"focusBorder": "#8c929a",
"input.background": "#0f1011",
"input.border": "#111314",
"inputOption.activeBackground": "#519fee",
"inputOption.activeBorder": "#519fee",
"list.activeSelectionBackground": "#303337",
"list.activeSelectionForeground": "#d9dbde",
"list.focusBackground": "#303337",
"list.hoverBackground": "#303337",
"list.inactiveSelectionBackground": "#303337",
"list.highlightForeground": "#d9dbde",
"input.border": "#35383ce8",
"inputOption.activeBackground": "#42A5F5",
"inputOption.activeBorder": "#42A5F5",
"list.activeSelectionBackground": "#35383ce8",
"list.activeSelectionForeground": "#ffffff",
"list.focusBackground": "#35383c4f",
"list.highlightForeground": "#ded9d9",
"list.hoverBackground": "#35383c4f",
"list.inactiveSelectionBackground": "#35383ce8",
"notificationCenter.border": "#111314",
"notificationCenterHeader.background": "#161719",
"notificationToast.border": "#111314",
Expand All @@ -54,12 +54,12 @@
"panel.border": "#111314",
"scrollbar.shadow": "#ffffff00",
"sideBar.background": "#161719",
"sideBar.foreground": "#a3a8ae",
"sideBar.border": "#111314",
"sideBar.foreground": "#a3a8ae",
"statusBar.background": "#161719",
"statusBar.foreground": "#a3a8ae",
"statusBar.debuggingBackground": "#161719",
"statusBar.focusBorder": "#ffffff00",
"statusBar.foreground": "#a3a8ae",
"statusBar.noFolderBackground": "#161719",
"tab.activeBackground": "#1d1f21",
"tab.activeBorderTop": "#519fee",
Expand Down

0 comments on commit 05cb51f

Please sign in to comment.