summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/themes/_dark.json5
blob: 1c52dac9d5bfc7361fa7d9ae0ed09352c57c2120 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
// ダークテーマのベーステーマ
// このテーマが直接使われることは無い
{
	id: 'dark',

	name: 'Dark',
	author: 'syuilo',
	desc: 'Default dark theme',
	kind: 'dark',

	props: {
		accent: '#86b300',
		accentedBg: ':alpha<0.15<@accent',
		love: '#dd2e44',
		focus: ':alpha<0.3<@accent',
		bg: '#000',
		fg: '#dadada',
		fgHighlighted: ':lighten<3<@fg',
		fgOnAccent: '#fff',
		fgOnWhite: '#333',
		divider: 'rgba(255, 255, 255, 0.1)',
		indicator: '@accent',
		panel: ':lighten<3<@bg',
		panelHighlight: ':lighten<3<@panel',
		panelHeaderBg: ':lighten<3<@panel',
		panelHeaderFg: '@fg',
		panelBorder: '" solid 1px var(--MI_THEME-divider)',
		thread: ':lighten<12<@panel',
		windowHeader: ':alpha<0.85<@panel',
		popup: ':lighten<3<@panel',
		shadow: 'rgba(0, 0, 0, 0.3)',
		header: ':alpha<0.7<@panel',
		navBg: '@panel',
		navFg: '@fg',
		navActive: '@accent',
		navIndicator: '@indicator',
		pageHeaderBg: '@bg',
		pageHeaderFg: '@fg',
		link: '#44a4c1',
		hashtag: '#ff9156',
		mention: '@accent',
		mentionMe: '@mention',
		renote: '#229e82',
		modalBg: 'rgba(0, 0, 0, 0.5)',
		scrollbarHandle: 'rgba(255, 255, 255, 0.2)',
		scrollbarHandleHover: 'rgba(255, 255, 255, 0.4)',
		dateLabelFg: '@fg',
		infoBg: '#253142',
		infoFg: '#fff',
		infoWarnBg: '#42321c',
		infoWarnFg: '#ffbd3e',
		folderHeaderBg: 'rgba(255, 255, 255, 0.05)',
		folderHeaderHoverBg: 'rgba(255, 255, 255, 0.1)',
		buttonBg: ':lighten<5<@panel',
		buttonHoverBg: ':lighten<10<@panel',
		buttonGradateA: '@accent',
		buttonGradateB: ':hue<20<@accent',
		switchBg: 'rgba(255, 255, 255, 0.15)',
		switchOffBg: 'rgba(255, 255, 255, 0.1)',
		switchOffFg: ':alpha<0.8<@fg',
		switchOnBg: '@accentedBg',
		switchOnFg: '@accent',
		inputBorder: 'rgba(255, 255, 255, 0.1)',
		inputBorderHover: 'rgba(255, 255, 255, 0.2)',
		driveFolderBg: ':alpha<0.3<@accent',
		badge: '#31b1ce',
		messageBg: '@bg',
		success: '#86b300',
		error: '#ec4137',
		warn: '#ecb637',
		codeString: '#ffb675',
		codeNumber: '#cfff9e',
		codeBoolean: '#c59eff',
		deckBg: '#000',
		htmlThemeColor: '@bg',
	},

	codeHighlighter: {
		base: 'one-dark-pro',
	},
}