aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/themes/joker.css
blob: 334e1d4f82141f6ead83d31f6ef43b06fb6a1e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
:root {
  --bg-color: #1a0e25;
  --main-color: #99de1e;
  --caret-color: #99de1e;
  --sub-color: #7554a3;
  --text-color: #e9e2f5;
  --error-color: #e32b2b;
  --error-extra-color: #a62626;
  --colorful-error-color: #e32b2b;
  --colorful-error-extra-color: #a62626;
}