aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/dark/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/dark/index.ts')
-rw-r--r--packages/theme/src/themes/dark/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/theme/src/themes/dark/index.ts b/packages/theme/src/themes/dark/index.ts
index 7eac5a3c3..0cc4caa16 100644
--- a/packages/theme/src/themes/dark/index.ts
+++ b/packages/theme/src/themes/dark/index.ts
@@ -24,3 +24,7 @@ export const inputDisabledOpacity = 0.5;
24export const inputScorePasswordBackground = legacyStyles.darkThemeGrayDark; 24export const inputScorePasswordBackground = legacyStyles.darkThemeGrayDark;
25export const inputModifierColor = color(legacyStyles.darkThemeGrayLighter).lighten(0.3).hex(); 25export const inputModifierColor = color(legacyStyles.darkThemeGrayLighter).lighten(0.3).hex();
26export const inputPlaceholderColor = color(legacyStyles.darkThemeGrayLighter).darken(0.1).hex(); 26export const inputPlaceholderColor = color(legacyStyles.darkThemeGrayLighter).darken(0.1).hex();
27
28// Toggle
29export const toggleBackground = legacyStyles.darkThemeGray;
30export const toggleButton = legacyStyles.darkThemeGrayLighter;