sharkey/src/client/theme/pink.json5

21 lines
316 B
Plaintext
Raw Normal View History

2018-10-02 16:04:31 +09:00
{
id: 'e9c8c01d-9c15-48d0-9b5c-3d00843b5b36',
2018-10-08 01:10:30 +09:00
name: 'Lavender',
2019-02-07 02:36:02 +09:00
author: 'sokuyuku',
2018-10-02 16:04:31 +09:00
base: 'light',
vars: {
2018-10-08 01:10:30 +09:00
primary: 'rgb(206, 147, 191)',
secondary: 'rgb(253, 242, 243)',
text: 'rgb(161, 139, 146)',
2018-10-02 16:04:31 +09:00
},
props: {
2018-10-08 01:10:30 +09:00
renoteGradient: '#f7e4ec',
renoteText: '$primary',
quoteBorder: '$primary',
2018-10-02 16:04:31 +09:00
},
}