summaryrefslogtreecommitdiff
path: root/src/client/theme/gray.json5
blob: 59494f278af10592ac227658d921c4c01a8e591a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	id: '56ff14eb-1e6d-4c0c-9e84-71eb156234e5',

	name: 'Gray',
	author: 'syuilo',

	base: 'light',

	vars: {
		primary: '#C03233',
		secondary: 'rgb(213, 213, 213)',
		text: 'rgb(102, 102, 102)',
	},

	props: {
		renoteGradient: '#bdbdbd',
		renoteText: '$primary',
		quoteBorder: '$primary',
		desktopPostFormBg: '#ececec',
	},
}