aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/themes/drowning.css
blob: 4d09ff807b4b5812a7eb0480d18a119767938158 (plain)
1
2
3
4
5
6
7
8
9
10
11
:root {
  --bg-color: #191826;
  --main-color: #4a6fb5;
  --caret-color: #4f85e8;
  --sub-color: #50688c;
  --text-color: #9393a7;
  --error-color: #be555f;
  --error-extra-color: #7e2a33;
  --colorful-error-color: #be555f;
  --colorful-error-extra-color: #7e2a33;
}