summaryrefslogtreecommitdiff
path: root/src/client/themes/garden.json5
blob: ae12fb3e78f6e39adf04c1b8397ab68bb85c8973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	id: '45b13782-9143-4dd8-ac0c-4a872321fc63',

	name: 'Garden',
	author: 'syuilo',

	base: 'light',

	props: {
		accent: 'rgb(147, 206, 188)',
		bg: 'rgb(253, 245, 242)',
		fg: 'rgb(161, 147, 139)',
		renote: '@accent',
		hashtag: 'rgb(226, 152, 48)',
		link: '#aac12c',
	},
}