summaryrefslogtreecommitdiff
path: root/src/client/themes/mauve.json5
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-18 13:29:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-18 13:29:58 +0900
commita408226509eedec52fbb24dbb91be0d85838afcb (patch)
treef5cf28987f04344786eff9706120e1acdce0ae0c /src/client/themes/mauve.json5
parentUpdate black.json5 (diff)
downloadmisskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz
misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2
misskey-a408226509eedec52fbb24dbb91be0d85838afcb.zip
Refactor
Diffstat (limited to 'src/client/themes/mauve.json5')
-rw-r--r--src/client/themes/mauve.json520
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/themes/mauve.json5 b/src/client/themes/mauve.json5
new file mode 100644
index 0000000000..b2ec28b445
--- /dev/null
+++ b/src/client/themes/mauve.json5
@@ -0,0 +1,20 @@
+{
+ id: '252b2caf-86c2-4c3f-a73f-e1fc1cfa5298',
+
+ name: 'Mauve',
+ author: 'とわこ',
+
+ base: 'dark',
+
+ vars: {
+ primary: 'rgb(133, 88, 150)',
+ secondary: 'rgb(54, 43, 59)',
+ text: 'rgb(229, 223, 231)',
+ },
+
+ props: {
+ renoteGradient: '#54415d',
+ renoteText: '$primary',
+ quoteBorder: '$primary',
+ },
+}