mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-24 07:06:26 +09:00
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
{
|
|
id: 'twitterpurewhite',
|
|
base: 'light',
|
|
desc: 'Birdsite Pure white mode color',
|
|
name: 'Birdsite Pure white',
|
|
props: {
|
|
bg: '#fff',
|
|
fgOnWhite: '@accent',
|
|
link: '#1d9bf0',
|
|
accent: '#1d9bf0',
|
|
renote: '#536472',
|
|
hashtag: '#1d9bf0',
|
|
buttonGradateA: '@accent',
|
|
buttonGradateB: '@accent',
|
|
},
|
|
author: '@white@k.lapy.link',
|
|
}
|