diff --git a/src/pages/parts/settings/ThemePart.tsx b/src/pages/parts/settings/ThemePart.tsx index 50a22b1c..264c5b40 100644 --- a/src/pages/parts/settings/ThemePart.tsx +++ b/src/pages/parts/settings/ThemePart.tsx @@ -104,7 +104,7 @@ function ThemePreview(props: { {props.name} diff --git a/themes/default.ts b/themes/default.ts index c4495a0e..c7d32617 100644 --- a/themes/default.ts +++ b/themes/default.ts @@ -97,6 +97,8 @@ export const defaultTheme = { background: tokens.shade.c300, backgroundHover: tokens.shade.c200, highlight: tokens.blue.c200, + + activeBackground: tokens.shade.c300, }, // meta data for the theme itself diff --git a/themes/list/blue.ts b/themes/list/blue.ts index 2cb43766..4266b3c3 100644 --- a/themes/list/blue.ts +++ b/themes/list/blue.ts @@ -63,7 +63,9 @@ export default createTheme({ pill: { background: tokens.shade.c300, backgroundHover: tokens.shade.c200, - highlight: tokens.blue.c200 + highlight: tokens.blue.c200, + + activeBackground: tokens.shade.c300, }, global: { diff --git a/themes/list/gray.ts b/themes/list/gray.ts index c6c0144d..bf37f20f 100644 --- a/themes/list/gray.ts +++ b/themes/list/gray.ts @@ -63,7 +63,9 @@ export default createTheme({ pill: { background: tokens.shade.c300, backgroundHover: tokens.shade.c200, - highlight: tokens.blue.c200 + highlight: tokens.blue.c200, + + activeBackground: tokens.shade.c300, }, global: { diff --git a/themes/list/red.ts b/themes/list/red.ts index 0ec319e8..5b6fcb44 100644 --- a/themes/list/red.ts +++ b/themes/list/red.ts @@ -63,7 +63,9 @@ export default createTheme({ pill: { background: tokens.shade.c300, backgroundHover: tokens.shade.c200, - highlight: tokens.blue.c200 + highlight: tokens.blue.c200, + + activeBackground: tokens.shade.c300, }, global: { diff --git a/themes/list/teal.ts b/themes/list/teal.ts index 1fb66ac4..ea0f1323 100644 --- a/themes/list/teal.ts +++ b/themes/list/teal.ts @@ -63,7 +63,9 @@ export default createTheme({ pill: { background: tokens.shade.c300, backgroundHover: tokens.shade.c200, - highlight: tokens.blue.c200 + highlight: tokens.blue.c200, + + activeBackground: tokens.shade.c300, }, global: {