ultrawidify/src/res/css/colors.scss

16 lines
298 B
SCSS
Raw Normal View History

$text-normal: #ddd;
$text-dim: #999;
$text-dark: #666;
$primary-color: #fb772a;
$secondary-color: #e70c0c;
2019-02-28 23:55:20 +01:00
$input-background: #141414;
$input-border: #4e3527;
$page-background: #101010;
$background-primary: #101010;
2019-05-22 01:03:15 +02:00
$selected-color: #f5cbaf;
$background-selected: #412d20;
2019-05-22 01:03:15 +02:00
$info-color: #bda9f3;