summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/themes/d-persimmon.json5
blob: 538e3b7e7038123585c9572503a9fd9374657f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	id: 'c503d768-7c70-4db2-a4e6-08264304bc8d',

	name: 'Mi Persimmon Dark',
	author: 'syuilo',

	base: 'dark',

	props: {
		accent: 'rgb(206, 102, 65)',
		bg: 'rgb(31, 33, 31)',
		fg: '#cdd8c7',
		fgHighlighted: '#fff',
		fgOnWhite: '@accent',
		divider: 'rgba(255, 255, 255, 0.14)',
		panel: 'rgb(41, 43, 41)',
		infoFg: '@fg',
		infoBg: '#333c3b',
		navBg: '#141714',
		renote: '@accent',
		mention: '@accent',
		mentionMe: '#de6161',
		hashtag: '#68bad0',
		link: '#a1c758',
		error: '#ce5441',
		warn: '#d0b868',
		success: '#a1c758',
	},
}