Converted to dark colors.

This commit is contained in:
Chris 2018-01-06 23:34:55 -05:00
parent 8a020a8bd6
commit b2e46f1918

View file

@ -1,2 +1,17 @@
/* Yuzu uses a dark theme by default */
$background: darken($dark, 8); $background: darken($dark, 8);
$navbar-background-color: $dark; $navbar-background-color: $dark;
$box-background-color: $dark;
$card-background-color: $dark;
$text: $white;
$text-light: $white;
$text-strong: $white;
$title-color: $white;
$subtitle-color: $white;
$link: lighten(#fff, 50);
$link-hover: darken($link, 15);