summaryrefslogtreecommitdiff
path: root/src/client/themes/lilac.json5
blob: 084f3fc406e06071a4f1cf82b40e05c877a77381 (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: 'Lilac',
	author: 'syuilo',

	base: 'light',

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