summaryrefslogtreecommitdiff
path: root/src/client/theme/black.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/theme/black.json5
parentUpdate black.json5 (diff)
downloadmisskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz
misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2
misskey-a408226509eedec52fbb24dbb91be0d85838afcb.zip
Refactor
Diffstat (limited to 'src/client/theme/black.json5')
-rw-r--r--src/client/theme/black.json539
1 files changed, 0 insertions, 39 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5
deleted file mode 100644
index 7b36d4e50e..0000000000
--- a/src/client/theme/black.json5
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- 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',
- },
-}