summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-17 20:46:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-17 20:46:14 +0900
commitfea1b06e43733a6d211f536344a3c3941fdd5a80 (patch)
tree933076a1826685629ac432c7ec472c5c6a6edcfe /src
parent10.96.0 (diff)
downloadsharkey-fea1b06e43733a6d211f536344a3c3941fdd5a80.tar.gz
sharkey-fea1b06e43733a6d211f536344a3c3941fdd5a80.tar.bz2
sharkey-fea1b06e43733a6d211f536344a3c3941fdd5a80.zip
Update black.json5
Diffstat (limited to 'src')
-rw-r--r--src/client/theme/black.json531
1 files changed, 25 insertions, 6 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5
index 91a812f88a..836130215c 100644
--- a/src/client/theme/black.json5
+++ b/src/client/theme/black.json5
@@ -3,18 +3,37 @@
name: 'Future',
author: 'syuilo',
+ desc: 'Sci-fi flavored',
base: 'dark',
vars: {
- primary: 'rgb(94, 158, 185)',
- secondary: 'rgb(22, 24, 30)',
- text: 'rgb(214, 218, 224)',
+ c0: '#0c0c0c',
+ c1: 'rgb(255, 105, 78)',
+ c2: 'rgb(99, 197, 210)',
+ c4: 'rgb(253, 254, 214)',
+ c3: 'rgb(204, 254, 253)',
+ primary: '$c1',
+ secondary: '#131313',
+ text: '$c3',
},
props: {
- renoteGradient: '#0a2d3c',
- renoteText: '$primary',
- quoteBorder: '$primary',
+ bg: '$c0',
+ noteText: '$c4',
+ noteHeaderAcct: '$c4',
+ noteHeaderInfo: '$c4',
+ subNoteText: ':alpha<0.7<$c4',
+ renoteGradient: 'rgba(0, 0, 0, 0)',
+ renoteText: '#7bb54a',
+ quoteBorder: 'rgb(78, 148, 94)',
+ mfmHashtag: '$c1',
+ mfmUrl: '#5b8bbd',
+ mfmLink: '#5b8bbd',
+ mfmMention: '$c2',
+ mfmMentionForeground: '#fff',
+ notificationIndicator: '$c2',
+ link: '$c3',
+ desktopHeaderBg: '$secondary',
},
}