summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-02 19:16:16 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-02 19:16:16 +0900
commite1dc1e51110516a86a13fb4006660c19fb130399 (patch)
treec7c716c0ade28b478ee8ea103c4ba9ed0b1941a6 /packages
parentfix(frontend): Fix #15744 (diff)
downloadsharkey-e1dc1e51110516a86a13fb4006660c19fb130399.tar.gz
sharkey-e1dc1e51110516a86a13fb4006660c19fb130399.tar.bz2
sharkey-e1dc1e51110516a86a13fb4006660c19fb130399.zip
🎨
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend-shared/themes/d-astro.json56
-rw-r--r--packages/frontend-shared/themes/d-botanical.json53
-rw-r--r--packages/frontend-shared/themes/d-persimmon.json53
3 files changed, 9 insertions, 3 deletions
diff --git a/packages/frontend-shared/themes/d-astro.json5 b/packages/frontend-shared/themes/d-astro.json5
index 48839241bd..5e721534d3 100644
--- a/packages/frontend-shared/themes/d-astro.json5
+++ b/packages/frontend-shared/themes/d-astro.json5
@@ -7,9 +7,9 @@
bg: '#232125',
fg: '#efdab9',
link: '#78b0a0',
- warn: '#ecb637',
+ warn: '#ffd152',
badge: '#31b1ce',
- error: '#ec4137',
+ error: '#ff6652',
focus: ':alpha<0.3<@accent',
navBg: '@panel',
navFg: '@fg',
@@ -24,7 +24,7 @@
hashtag: '#ff9156',
mention: '#ffd152',
modalBg: 'rgba(0, 0, 0, 0.5)',
- success: '#86b300',
+ success: '#78b07f',
indicator: '@accent',
mentionMe: '#fb5d38',
messageBg: '@bg',
diff --git a/packages/frontend-shared/themes/d-botanical.json5 b/packages/frontend-shared/themes/d-botanical.json5
index 62208d2378..507880aab1 100644
--- a/packages/frontend-shared/themes/d-botanical.json5
+++ b/packages/frontend-shared/themes/d-botanical.json5
@@ -22,5 +22,8 @@
mentionMe: 'rgb(212, 210, 76)',
hashtag: '#5bcbb0',
link: '@accent',
+ success: '@accent',
+ warn: 'rgb(255, 213, 82)',
+ error: 'rgb(255, 105, 82)',
},
}
diff --git a/packages/frontend-shared/themes/d-persimmon.json5 b/packages/frontend-shared/themes/d-persimmon.json5
index 0ab6523dd7..538e3b7e70 100644
--- a/packages/frontend-shared/themes/d-persimmon.json5
+++ b/packages/frontend-shared/themes/d-persimmon.json5
@@ -22,5 +22,8 @@
mentionMe: '#de6161',
hashtag: '#68bad0',
link: '#a1c758',
+ error: '#ce5441',
+ warn: '#d0b868',
+ success: '#a1c758',
},
}