summaryrefslogtreecommitdiff
path: root/src/client/theme/mauve.json5
blob: b2ec28b44558d66430fdee6ff54806979ec819ad (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: 'とわこ',

	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',
	},
}