summaryrefslogtreecommitdiff
path: root/src/client/themes/halloween.json5
blob: 7cabf01d1e52357a42ea28ca1d99489e55ef0cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	id: '42e4f09b-67d5-498c-af7d-29faa54745b0',

	name: 'Halloween',
	author: 'syuilo',
	desc: 'Hello, Happy Halloween!',

	base: 'dark',

	props: {
		accent: '#d67036',
		panel: '#1f1d30',
		bg: '#0f0e17',
		fg: '#b1bee3',
		html: '@accent',
		renote: '@accent',
	},
}