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

	name: 'Lavender',
	author: 'syuilo',

	base: 'light',

	props: {
		accent: 'rgb(206, 147, 191)',
		bg: 'rgb(253, 242, 243)',
		fg: 'rgb(161, 139, 146)',
		renote: '@accent',
		link: '@accent',
		mention: '@accent',
		hashtag: '@accent',
	},
}