summaryrefslogtreecommitdiff
path: root/src/client/theme/cafe.json5
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-30 06:40:48 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-30 06:40:48 +0900
commit8782a64b18966624cdabcc3f5c07e3ce3be372cf (patch)
treedef76cbeb2ebcfca1416457fe9404bab648f7e3a /src/client/theme/cafe.json5
parent10.70.1 (diff)
downloadmisskey-8782a64b18966624cdabcc3f5c07e3ce3be372cf.tar.gz
misskey-8782a64b18966624cdabcc3f5c07e3ce3be372cf.tar.bz2
misskey-8782a64b18966624cdabcc3f5c07e3ce3be372cf.zip
[Client] Add some themes :art:
Diffstat (limited to 'src/client/theme/cafe.json5')
-rw-r--r--src/client/theme/cafe.json520
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/theme/cafe.json5 b/src/client/theme/cafe.json5
new file mode 100644
index 0000000000..c607946ab5
--- /dev/null
+++ b/src/client/theme/cafe.json5
@@ -0,0 +1,20 @@
+{
+ id: '0ff48d43-aab3-46e7-ab12-8492110d2e2b',
+
+ name: 'Cafe',
+ author: 'syuilo',
+
+ base: 'light',
+
+ vars: {
+ primary: 'rgb(234, 154, 82)',
+ secondary: 'rgb(238, 236, 232)',
+ text: 'rgb(149, 143, 139)',
+ },
+
+ props: {
+ renoteGradient: '#ffe1c7',
+ renoteText: '$primary',
+ quoteBorder: '$primary',
+ },
+}