Skip to content

Commit

Permalink
fix: fix focusBackground color (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
CofCat456 committed Apr 4, 2024
1 parent 6f06a51 commit 0f4929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function getTheme(options: GetThemeOptions) {
'list.inactiveSelectionBackground': activeBackground,
'list.activeSelectionBackground': activeBackground,
'list.inactiveFocusBackground': background,
'list.focusBackground': background,
'list.focusBackground': activeBackground,
'list.highlightForeground': primary,

'tree.indentGuidesStroke': pick({ light: colors.gray[2], dark: colors.gray[1] }),
Expand Down

0 comments on commit 0f4929a

Please sign in to comment.