summaryrefslogtreecommitdiff
path: root/src/client/theme/mauve.json5
blob: aa1eb92f5e1f6f95bda8887204cc0c8fd909e520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	id: '252b2caf-86c2-4c3f-a73f-e1fc1cfa5298',

	name: 'Mauve',
	author: 'とわこ & syuilo',

	base: 'dark',

	vars: {
		primary: 'rgb(133, 88, 150)',
		secondary: 'rgb(54, 43, 59)',
		text: 'rgb(229, 223, 231)',
	},

	props: {
		renoteGradient: '#54415d',
		renoteText: '$primary',
		quoteBorder: '$primary',
	},
}