Skip to content

Commit

Permalink
feat: command center color
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidede committed Mar 1, 2023
1 parent dc46cef commit c717932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ export default function getTheme({ style, name, soft = false, black = false }) {
'menu.selectionBackground': deepBackground,

'commandCenter.border': border,
'commandCenter.activeBorder': border,
'commandCenter.inactiveBorder': border,
'commandCenter.background': background,
'commandCenter.activeBackground': activeBackground,

'list.hoverForeground': activeForeground,
'list.inactiveSelectionForeground': primary,
Expand Down
3 changes: 3 additions & 0 deletions themes/liquid-ray-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
"menu.background": "#19191A",
"menu.selectionBackground": "#101011",
"commandCenter.border": "#252526",
"commandCenter.activeBorder": "#252526",
"commandCenter.inactiveBorder": "#252526",
"commandCenter.background": "#252526",
"commandCenter.activeBackground": "#202021",
"list.hoverForeground": "#BCB7B2",
"list.inactiveSelectionForeground": "#997ADB",
"list.activeSelectionForeground": "#997ADB",
Expand Down

0 comments on commit c717932

Please sign in to comment.