koto/theme/_vars.scss
Joshua Strobl 8334323af8 Implement support for dedicated theme CSS files from our gresource.
Properly implement light and gruvbox themes. Yay!
2021-05-27 15:47:45 +03:00

8 lines
No EOL
148 B
SCSS

$midnight: #1d1d1d;
$darkgrey: #666666;
$green: #60E078;
$palewhite: #cccccc;
$red : #FF4652;
$itempadding: 40px;
$halvedpadding: $itempadding / 2;