aboutsummaryrefslogtreecommitdiffstats
path: root/static/themes/Kuuro.css
blob: fdb60e50b5d26a537053d62957065cbfc26c32d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root{
	--1d2021: #101010;
	--282828: #1a1a1a;
	--3c3836: #1e1e1e;
	--504945: #232323;

	--928374: #949494;
	--a89984: #d2d2d2;
	--bdae93: #d2d2d2;
	--8ec07c: #99c794;
	--ebdbb2: #d2d2d2;

	--comment: #5f6364;
	--default: #cccece;
	--keyword: #c594c5;
	--string:  #99c794;
}