summaryrefslogtreecommitdiff
path: root/src/client/themes/chocolate.json5
blob: c068d430f8ccbdb9fd7c945543ac2e99bb2ec9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	id: 'bd6577b4-8154-4a2d-b7ce-7bf59f1fa3f5',

	name: 'Chocolate',
	author: 'syuilo',
	desc: 'So sweet',

	base: 'dark',

	props: {
		accent: 'rgb(199, 69, 32)',
		bg: 'rgb(35, 25, 21)',
		fg: 'rgb(216, 208, 199)',
		panel: 'rgb(64, 39, 27)',
		renote: '@accent',
		link: '@accent',
		mention: '@accent',
		hashtag: '@accent',
	},
}