summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/themes/l-rainy.json5
blob: e7d1d5af009516d544dccef2cbcdfbfbb0f01c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	id: 'a58a0abb-ff8c-476a-8dec-0ad7837e7e96',

	name: 'Mi Rainy Light',
	author: 'syuilo',

	base: 'light',

	props: {
		accent: '#5db0da',
		bg: 'rgb(246 248 249)',
		fg: '#636b71',
		fgOnWhite: '@accent',
		panel: '#fff',
		divider: 'rgb(230 233 234)',
		panelHeaderDivider: '@divider',
		renote: '@accent',
		link: '@accent',
		mention: '@accent',
		hashtag: '@accent',
	},
}