summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-08 11:55:37 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-08 11:55:37 +0900
commit8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d (patch)
tree7a98ba10293d0aa3e19a6eaed7bf50ba185c62c5 /packages
parentfix MkModal animation (diff)
downloadsharkey-8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d.tar.gz
sharkey-8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d.tar.bz2
sharkey-8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d.zip
enhance(client): add theme
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/scripts/theme.ts1
-rw-r--r--packages/frontend/src/themes/l-botanical.json529
2 files changed, 30 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/theme.ts b/packages/frontend/src/scripts/theme.ts
index 42cb00265d..28284c7bcf 100644
--- a/packages/frontend/src/scripts/theme.ts
+++ b/packages/frontend/src/scripts/theme.ts
@@ -24,6 +24,7 @@ export const getBuiltinThemes = () => Promise.all(
'l-coffee',
'l-apricot',
'l-rainy',
+ 'l-botanical',
'l-vivid',
'l-cherry',
'l-sushi',
diff --git a/packages/frontend/src/themes/l-botanical.json5 b/packages/frontend/src/themes/l-botanical.json5
new file mode 100644
index 0000000000..2ea9a7d6c9
--- /dev/null
+++ b/packages/frontend/src/themes/l-botanical.json5
@@ -0,0 +1,29 @@
+{
+ id: '1100673c-f902-4ccd-93aa-7cb88be56178',
+
+ name: 'Mi Botanical Light',
+ author: 'ThinaticSystem',
+
+ base: 'light',
+
+ props: {
+ accent: '#77b58c',
+ bg: 'e2deda',
+ fg: '#3d3d3d',
+ fgHighlighted: '#6bc9a0',
+ divider: '#cfcfcf',
+ panel: '@X14',
+ panelHeaderBg: '@panel',
+ panelHeaderDivider: '@divider',
+ header: ':alpha<0.7<@panel',
+ navBg: '@X14',
+ renote: '#229e92',
+ mention: '#da6d35',
+ mentionMe: '#d44c4c',
+ hashtag: '#4cb8d4',
+ link: '@accent',
+ buttonGradateB: ':hue<-70<@accent',
+ success: '#86b300',
+ X14: '#ebe7e5'
+ },
+}