1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-30 14:51:48 +09:00
cherrypick/packages/frontend-shared/themes/d-birdsite.json5

20 lines
405 B
Plaintext
Raw Normal View History

{
id: 'twitterpuredark',
base: 'dark',
desc: 'Birdsite Pure Dark mode color',
name: 'Birdsite Pure Dark',
props: {
accent: '#1d9bf0',
bg: '#000',
2023-06-01 13:36:29 +09:00
fgOnWhite: '@accent',
link: '#1d9bf0',
hashtag: '#1d9bf0',
renote: '#71767b',
buttonGradateA: '@accent',
buttonGradateB: '@accent',
error: '#f4212e',
infoWarnFg: '#f4212e',
},
author:'@white@k.lapy.link',
}