summaryrefslogtreecommitdiff
path: root/packages/client/src/themes
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-02-12 16:52:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-02-12 16:52:01 +0900
commit720d5db041e52baa57177331eea3490d75c6b75c (patch)
tree55a2db5e9ec96b01edd3a7cb60951ebcf64af39b /packages/client/src/themes
parentfix(client): フッターでセーフエリアを考慮するように (diff)
downloadmisskey-720d5db041e52baa57177331eea3490d75c6b75c.tar.gz
misskey-720d5db041e52baa57177331eea3490d75c6b75c.tar.bz2
misskey-720d5db041e52baa57177331eea3490d75c6b75c.zip
:art:
Diffstat (limited to 'packages/client/src/themes')
-rw-r--r--packages/client/src/themes/d-cherry.json520
-rw-r--r--packages/client/src/themes/l-cherry.json521
2 files changed, 41 insertions, 0 deletions
diff --git a/packages/client/src/themes/d-cherry.json5 b/packages/client/src/themes/d-cherry.json5
new file mode 100644
index 0000000000..a7e1ad1c80
--- /dev/null
+++ b/packages/client/src/themes/d-cherry.json5
@@ -0,0 +1,20 @@
+{
+ id: '679b3b87-a4e9-4789-8696-b56c15cc33b0',
+
+ name: 'Mi Cherry Dark',
+ author: 'syuilo',
+
+ base: 'dark',
+
+ props: {
+ accent: 'rgb(255, 89, 117)',
+ bg: 'rgb(28, 28, 37)',
+ fg: 'rgb(236, 239, 244)',
+ panel: 'rgb(35, 35, 47)',
+ renote: '@accent',
+ link: '@accent',
+ mention: '@accent',
+ hashtag: '@accent',
+ divider: 'rgb(63, 63, 80)',
+ },
+}
diff --git a/packages/client/src/themes/l-cherry.json5 b/packages/client/src/themes/l-cherry.json5
new file mode 100644
index 0000000000..5ad240241e
--- /dev/null
+++ b/packages/client/src/themes/l-cherry.json5
@@ -0,0 +1,21 @@
+{
+ id: 'ac168876-f737-4074-a3fc-a370c732ef48',
+
+ name: 'Mi Cherry Light',
+ author: 'syuilo',
+
+ base: 'light',
+
+ props: {
+ accent: 'rgb(219, 96, 114)',
+ bg: 'rgb(254, 248, 249)',
+ fg: 'rgb(152, 13, 26)',
+ panel: 'rgb(255, 255, 255)',
+ renote: '@accent',
+ link: 'rgb(156, 187, 5)',
+ mention: '@accent',
+ hashtag: '@accent',
+ divider: 'rgba(134, 51, 51, 0.1)',
+ inputBorderHover: 'rgb(238, 221, 222)',
+ },
+}