summaryrefslogtreecommitdiff
path: root/src/client/themes/black.json5
blob: 22dfeda5a0a02aa58c0a310e8b62fb030a933f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	id: '8c539dc1-0fab-4d47-9194-39c508e9bfe1',

	name: 'Black',
	author: 'syuilo',
	desc: 'Basic dark theme',

	base: 'dark',

	props: {
		divider: '#2d2d2d',
		messageBg: '#1d1d1d',
	},
}