summaryrefslogtreecommitdiff
path: root/src/client/themes/l-apricot.json5
blob: 4bdeea21a53aaad72b4d303557566a8bc5783a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	id: '0ff48d43-aab3-46e7-ab12-8492110d2e2b',

	name: 'Mi Apricot',
	author: 'syuilo',

	base: 'light',

	props: {
		accent: 'rgb(234, 154, 82)',
		bg: '#e6e5e2',
		fg: 'rgb(149, 143, 139)',
		panel: '#EEECE8',
		renote: '@accent',
		link: '@accent',
		mention: '@accent',
		hashtag: '@accent',
		inputBorder: 'rgba(0, 0, 0, 0.1)',
	},
}