summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/themes/l-botanical.json5
blob: 2fbae4fbae5f0c41372abae0450129e68ca6ddc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	id: '1100673c-f902-4ccd-93aa-7cb88be56178',

	name: 'Mi Botanical Light',
	author: 'ThinaticSystem',

  base: 'light',

	props: {
		accent: '#77b58c',
		bg: 'e2deda',
		fg: '#3d3d3d',
		fgHighlighted: '#6bc9a0',
		fgOnWhite: '@accent',
		divider: '#cfcfcf',
		panel: '#ebe7e5',
		panelHeaderBg: '@panel',
		header: ':alpha<0.7<@panel',
		navBg: '#ebe7e5',
		renote: '#229e92',
		mention: '#da6d35',
		mentionMe: '#d44c4c',
		hashtag: '#4cb8d4',
		link: '@accent',
		buttonGradateB: ':hue<-70<@accent',
		success: '@accent',
		error: '#da5635',
	},
}