summaryrefslogtreecommitdiff
path: root/src/client/themes/ocean.json5
blob: 84c9d403c5df0e45530af9c3158e60f0b38bd737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	id: '7e5e263e-c6c1-44e4-a3d2-39198e3cddb8',

	name: 'Ocean',
	author: 'simirall',

	base: 'dark',

	props: {
		accent: '#1da1f2',
		bg: '#10171E',
		fg: '#fdfdfd',
		panel: '#15202B',
		header: 'rgba(20, 32, 43, 0.75)',
		renote: '#17bf63',
		link: '@accent',
		mention: '@accent',
		hashtag: '@accent',
	},
}