my blog lives here now
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.

30 lines
559 B

  1. $black: #282c34;
  2. $white: #abb2bf;
  3. $light_red: #e06c75;
  4. $dark_red: #be5046;
  5. $green: #98c379;
  6. $light_yellow: #e5c07b;
  7. $dark_yellow: #d19a66;
  8. $blue: #61afef;
  9. $magenta: #c678dd;
  10. $cyan: #56b6c2;
  11. $gutter_grey: #4b5263;
  12. $comment_grey: #5c6370;
  13. $orange: #ffac5f;
  14. $blonde: #f5ddbc;
  15. $light-purple: #f2f1f8;
  16. $purple: #7060eb;
  17. $yugo: #ea8472;
  18. $code-background: $black;
  19. $code-language-background: lighten($black, 5%);
  20. $code-language-color: $white;
  21. $code-fg: $white;
  22. $code-kw: $light_red;
  23. $code-dt: $dark_yellow;
  24. $code-ot: $code-fg;
  25. $code-co: $comment_grey;
  26. // comment