Update black.json5
This commit is contained in:
parent
182ca5d434
commit
fea1b06e43
|
@ -3,18 +3,37 @@
|
||||||
|
|
||||||
name: 'Future',
|
name: 'Future',
|
||||||
author: 'syuilo',
|
author: 'syuilo',
|
||||||
|
desc: 'Sci-fi flavored',
|
||||||
|
|
||||||
base: 'dark',
|
base: 'dark',
|
||||||
|
|
||||||
vars: {
|
vars: {
|
||||||
primary: 'rgb(94, 158, 185)',
|
c0: '#0c0c0c',
|
||||||
secondary: 'rgb(22, 24, 30)',
|
c1: 'rgb(255, 105, 78)',
|
||||||
text: 'rgb(214, 218, 224)',
|
c2: 'rgb(99, 197, 210)',
|
||||||
|
c4: 'rgb(253, 254, 214)',
|
||||||
|
c3: 'rgb(204, 254, 253)',
|
||||||
|
primary: '$c1',
|
||||||
|
secondary: '#131313',
|
||||||
|
text: '$c3',
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
renoteGradient: '#0a2d3c',
|
bg: '$c0',
|
||||||
renoteText: '$primary',
|
noteText: '$c4',
|
||||||
quoteBorder: '$primary',
|
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',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue