summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/themes/d-astro.json5
blob: 8ddedbbb0707f67cfe0990028b5c6cdbf09ca4fd (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
	id: '080a01c5-377d-4fbb-88cc-6bb5d04977ea',
	base: 'dark',
	name: 'Mi Astro Dark',
	author: 'syuilo',
	props: {
		bg: '#232125',
		fg: '#efdab9',
		link: '#78b0a0',
		warn: '#ffd152',
		badge: '#31b1ce',
		error: '#ff6652',
		focus: ':alpha<0.3<@accent',
		navBg: '@panel',
		navFg: '@fg',
		panel: '#2a272b',
		accent: '#81c08b',
		header: ':alpha<0.7<@bg',
		infoBg: '#253142',
		infoFg: '#fff',
		renote: '#659CC8',
		shadow: 'rgba(0, 0, 0, 0.3)',
		divider: 'rgba(255, 255, 255, 0.1)',
		hashtag: '#ff9156',
		mention: '#ffd152',
		modalBg: 'rgba(0, 0, 0, 0.5)',
		success: '#78b07f',
		indicator: '@accent',
		mentionMe: '#fb5d38',
		messageBg: '@bg',
		navActive: '@accent',
		infoWarnBg: '#42321c',
		infoWarnFg: '#ffbd3e',
		dateLabelFg: '@fg',
		inputBorder: 'rgba(255, 255, 255, 0.1)',
		inputBorderHover: 'rgba(255, 255, 255, 0.2)',
		panelBorder: '" solid 1px var(--MI_THEME-divider)',
		navIndicator: '@accent',
		buttonGradateA: '@accent',
		buttonGradateB: ':hue<-20<@accent',
		fgHighlighted: ':lighten<3<@fg',
		panelHeaderBg: ':lighten<3<@panel',
		panelHeaderFg: '@fg',
		htmlThemeColor: '@bg',
		fgOnWhite: '@accent',
		panelHighlight: ':lighten<3<@panel',
		scrollbarHandle: 'rgba(255, 255, 255, 0.2)',
		scrollbarHandleHover: 'rgba(255, 255, 255, 0.4)',
	},
}