summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/themes/l-light.json5
blob: 55f2d2f004fe20717036354fbc340d70e86c933a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	id: '4eea646f-7afa-4645-83e9-83af0333cd37',

	name: 'Mi Light',
	author: 'syuilo',
	desc: 'Default light theme',

	base: 'light',

	props: {
		bg: '#f9f9f9',
		fg: '#676767',
		fgOnWhite: '@accent',
		divider: '#e8e8e8',
		header: ':alpha<0.7<@panel',
		navBg: '#fff',
		panel: '#fff',
		mentionMe: 'rgb(0, 179, 70)',
	},
}