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

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

	base: 'dark',

	vars: {
		primary: '#d67036',
		secondary: '#1f1d30',
		text: '#b1bee3',
	},

	props: {
		renoteGradient: '#5d2d1a',
		renoteText: '#ff6c00',
		quoteBorder: '#c3631c',
	},
}