summaryrefslogtreecommitdiff
path: root/src/client/theme/rainy.json5
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-08 18:00:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-08 18:00:05 +0900
commitc417e2f4a1ef781fc135e2b855d05b7a77190171 (patch)
treed6a9db418b29b8bac3e8aeddf6d808e60fd6ff31 /src/client/theme/rainy.json5
parentドライブの管理画面でファイルのオリジナルURLを表示す... (diff)
downloadmisskey-c417e2f4a1ef781fc135e2b855d05b7a77190171.tar.gz
misskey-c417e2f4a1ef781fc135e2b855d05b7a77190171.tar.bz2
misskey-c417e2f4a1ef781fc135e2b855d05b7a77190171.zip
:art:
Diffstat (limited to 'src/client/theme/rainy.json5')
-rw-r--r--src/client/theme/rainy.json520
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/theme/rainy.json5 b/src/client/theme/rainy.json5
new file mode 100644
index 0000000000..ba3854810f
--- /dev/null
+++ b/src/client/theme/rainy.json5
@@ -0,0 +1,20 @@
+{
+ id: '2058b33e-5127-4e63-ae67-a900f3a11723',
+
+ name: 'Rainy',
+ author: 'syuilo',
+
+ base: 'light',
+
+ vars: {
+ primary: 'rgb(100, 184, 193)',
+ secondary: 'rgb(228, 234, 234)',
+ text: 'rgb(85, 94, 92)',
+ },
+
+ props: {
+ renoteGradient: '#bcd0d0',
+ renoteText: '$primary',
+ quoteBorder: '$primary',
+ },
+}