summaryrefslogtreecommitdiff
path: root/src/client/themes/olive.json5
blob: 67e9b77764a844cc085e6eee1be951fa6d6bbae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	id: '0d92cf9c-ed9e-42fe-b715-be4899f54d12',

	name: 'Olive',
	author: 'syuilo',

	base: 'light',

	props: {
		accent: 'rgb(158, 177, 95)',
		bg: 'rgb(230, 230, 223)',
		fg: 'rgb(103, 115, 92)',
		panel: 'rgb(243, 241, 233)',
		renote: '@accent',
		link: '@accent',
		mention: '@accent',
		hashtag: '@accent',
		header: 'rgba(211, 214, 200, 0.75)',
		navBg: 'rgb(220, 219, 206)',
		inputBorder: 'rgba(0, 0, 0, 0.1)',
	},
}