mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-10-30 14:51:48 +09:00
20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
{
|
|
id: 'twitterpuredark',
|
|
base: 'dark',
|
|
desc: 'Birdsite Pure Dark mode color',
|
|
name: 'Birdsite Pure Dark',
|
|
props: {
|
|
accent: '#1d9bf0',
|
|
bg: '#000',
|
|
fgOnWhite: '@accent',
|
|
link: '#1d9bf0',
|
|
hashtag: '#1d9bf0',
|
|
renote: '#71767b',
|
|
buttonGradateA: '@accent',
|
|
buttonGradateB: '@accent',
|
|
error: '#f4212e',
|
|
infoWarnFg: '#f4212e',
|
|
},
|
|
author:'@white@k.lapy.link',
|
|
}
|