summaryrefslogtreecommitdiff
path: root/src/client/theme/monokai.json5
blob: 1ecd68730e6198c9987b192b5788fff66e541026 (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: 'fef11dc4-6b17-436e-b374-73282c44ddc0',

	name: 'Monokai',
	author: 'syuilo',

	base: 'dark',

	vars: {
		primary: '#f92672',
		secondary: '#272822',
		text: '#f8f8f2',
	},

	props: {
		renoteGradient: '#3f500f',
		renoteText: '#a6e22e',
		quoteBorder: '#a6e22e',
		mfmMention: '#ae81ff',
		mfmMentionForeground: '#fff',
		mfmUrl: '#66d9ef',
		mfmLink: '#e6db74',
		mfmHashtag: '#fd971f',
		notificationIndicator: '#66d9ef',
		switchActive: 'rgb(166, 226, 46)',
		radioActive: '#fd971f',
		link: '#e6db74',
	},
}