aboutsummaryrefslogtreecommitdiff
path: root/src/ui/theme/themes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme/themes.ts')
-rw-r--r--src/ui/theme/themes.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme/themes.ts b/src/ui/theme/themes.ts
index 81d7ddf..2c330b0 100644
--- a/src/ui/theme/themes.ts
+++ b/src/ui/theme/themes.ts
@@ -2,6 +2,7 @@ import { defineThemes } from './theme.models';
export const { themes: appThemes, useTheme: useAppTheme } = defineThemes({
light: {
+ background: '#ffffff',
text: {
baseColor: '#333639',
mutedColor: '#767c82',
@@ -37,6 +38,7 @@ export const { themes: appThemes, useTheme: useAppTheme } = defineThemes({
},
},
dark: {
+ background: '#1e1e1e',
text: {
baseColor: '#ffffffd1',
mutedColor: '#ffffff80',