1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-20 01:28:56 +09:00
cherrypick/src/client/theme/black.json5
2019-03-17 20:46:14 +09:00

40 lines
751 B
Plaintext

{
id: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2',
name: 'Future',
author: 'syuilo',
desc: 'Sci-fi flavored',
base: 'dark',
vars: {
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: {
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',
},
}