summaryrefslogtreecommitdiff
path: root/src/client/theme/pink.json5
blob: 2e136fba5dbf5b7cc233161b7de80e1c6eb8466f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	id: 'e9c8c01d-9c15-48d0-9b5c-3d00843b5b36',

	name: 'Pink',
	author: 'syuilo',

	base: 'light',

	vars: {
		primary: 'rgb(251, 78, 112)',
		secondary: 'rgb(255, 218, 240)',
		text: 'rgb(113, 91, 102)',
	},

	props: {
		renoteGradient: '#ffb1c9',
		renoteText: '#ff588d',
		quoteBorder: '#ff6c9b',
	},
}