You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
197 B

4 years ago
  1. :root {
  2. --color-bg: #21252b;
  3. --color-fg: #a9b2c3;
  4. --color-acc1: #b9ca4a;
  5. --color-acc2: #e6c546;
  6. --color-acc3: #61afef;
  7. --color-warn1: #e06c75;
  8. --color-white: #eaeaea;
  9. }