summaryrefslogtreecommitdiff
path: root/src/client/themes/future.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/future.json5
parentUpdate black.json5 (diff)
downloadmisskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz
misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2
misskey-a408226509eedec52fbb24dbb91be0d85838afcb.zip
Refactor
Diffstat (limited to 'src/client/themes/future.json5')
-rw-r--r--src/client/themes/future.json539
1 files changed, 39 insertions, 0 deletions
diff --git a/src/client/themes/future.json5 b/src/client/themes/future.json5
new file mode 100644
index 0000000000..7b36d4e50e
--- /dev/null
+++ b/src/client/themes/future.json5
@@ -0,0 +1,39 @@
+{
+ id: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2',
+
+ name: 'Future',
+ author: 'syuilo',
+ desc: 'Sci-fi flavored',
+
+ base: 'dark',
+
+ vars: {
+ c0: '#0e0e0e',
+ c1: 'rgb(255, 105, 78)',
+ c2: 'rgb(99, 197, 210)',
+ c4: 'rgb(253, 254, 214)',
+ c3: 'rgb(204, 254, 253)',
+ primary: '$c1',
+ secondary: '#191919',
+ text: '$c3',
+ },
+
+ props: {
+ bg: '$c0',
+ noteText: '$c4',
+ noteHeaderAcct: ':alpha<0.65<$c4',
+ noteHeaderInfo: ':alpha<0.5<$c4',
+ subNoteText: ':alpha<0.7<$c4',
+ renoteGradient: 'rgba(0, 0, 0, 0)',
+ renoteText: '$c2',
+ quoteBorder: '$c2',
+ mfmHashtag: '$c1',
+ mfmUrl: '$c2',
+ mfmLink: '$c2',
+ mfmMention: '$c1',
+ mfmMentionForeground: '#fff',
+ notificationIndicator: '$c2',
+ link: '$c2',
+ desktopHeaderBg: '$secondary',
+ },
+}