summaryrefslogtreecommitdiff
path: root/src/client/themes/l-rainy.json5
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/themes/l-rainy.json5')
-rw-r--r--src/client/themes/l-rainy.json521
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/themes/l-rainy.json5 b/src/client/themes/l-rainy.json5
new file mode 100644
index 0000000000..1edde1cabf
--- /dev/null
+++ b/src/client/themes/l-rainy.json5
@@ -0,0 +1,21 @@
+{
+ id: 'a58a0abb-ff8c-476a-8dec-0ad7837e7e96',
+
+ name: 'Mi Rainy',
+ author: 'syuilo',
+
+ base: 'light',
+
+ props: {
+ accent: '#5db0da',
+ bg: 'rgb(246 248 249)',
+ fg: '#636b71',
+ panel: '#fff',
+ divider: 'rgb(230 233 234)',
+ panelHeaderDivider: '@divider',
+ renote: '@accent',
+ link: '@accent',
+ mention: '@accent',
+ hashtag: '@accent',
+ },
+}