summaryrefslogtreecommitdiff
path: root/src/client/theme/black.json5
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-08 15:23:20 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-08 15:23:20 +0900
commita70ced8e90dfdff9744bc3ce674d3bb2afa83ab2 (patch)
tree9516a731cdf7217790a368f0e8ea073fd20d503e /src/client/theme/black.json5
parentImprove usability (diff)
downloadsharkey-a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2.tar.gz
sharkey-a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2.tar.bz2
sharkey-a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2.zip
Add new theme
Diffstat (limited to 'src/client/theme/black.json5')
-rw-r--r--src/client/theme/black.json520
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5
new file mode 100644
index 0000000000..91a812f88a
--- /dev/null
+++ b/src/client/theme/black.json5
@@ -0,0 +1,20 @@
+{
+ id: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2',
+
+ name: 'Future',
+ author: 'syuilo',
+
+ base: 'dark',
+
+ vars: {
+ primary: 'rgb(94, 158, 185)',
+ secondary: 'rgb(22, 24, 30)',
+ text: 'rgb(214, 218, 224)',
+ },
+
+ props: {
+ renoteGradient: '#0a2d3c',
+ renoteText: '$primary',
+ quoteBorder: '$primary',
+ },
+}