summaryrefslogtreecommitdiff
path: root/src/client/themes/urban.json5
blob: 342d3b9cabd1a81a68a6eed9370c3944e774117a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	id: 'b9392635-8c3d-4397-aaf7-796e49781899',

	name: 'Urban',
	author: 'syuilo',

	base: 'dark',

	props: {
		accent: 'rgb(212, 104, 48)',
		panel: 'rgb(38, 44, 53)',
		bg: 'rgb(26, 29, 33)',
		fg: 'rgb(199, 209, 216)',
		shadow: 'rgba(0, 0, 0, 0.2)',
		header: 'rgba(51, 64, 72, 0.75)',
		renote: '@accent',
	},
}