summaryrefslogtreecommitdiff
path: root/sass/src/dark/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/dark/_variables.scss')
-rw-r--r--sass/src/dark/_variables.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/sass/src/dark/_variables.scss b/sass/src/dark/_variables.scss
index caa282e..7dcd006 100644
--- a/sass/src/dark/_variables.scss
+++ b/sass/src/dark/_variables.scss
@@ -1,15 +1,20 @@
$bg-color: #101010 !default;
+$collection-bg-color: $bg-color;
$info-color: color('blue-grey', 'darken-4');
+$inactive-color: color('grey', 'darken-1');
+
$off-black: color('shades', 'white');
-$primary-color: color('materialize-red', 'darken-2');
+$primary-color: color('materialize-red', 'darken-4');
$secondary-color: color('cyan', 'darken-2');
$link-color: color('light-blue', 'darken-1');
-$collection-link-color: color('cyan', 'darken-4');
$success-color: color('green', 'darken-2');
$error-color: color('red', 'darken-2');
$input-border-color: $off-black;
+$collection-border-color: color('grey', 'darken-3');
+$collection-link-color: color('shades', 'white');
+$collection-hover-bg-color: color('grey', 'darken-4');
$radio-empty-color: $off-black !default;
$table-striped-color: color('grey', 'darken-4');