rekt-theme/src/_variables.scss

29 lines
1.1 KiB
SCSS
Raw Normal View History

2018-07-13 09:11:16 +00:00
$debug: false !default;
2018-07-13 13:24:58 +00:00
$debug-element-background-color: rgba(255, 0, 255, .1) !default;
$debug-element-border-color: #F00 !default;
$debug-label-background-color: #FFF !default;
$debug-label-text-color: #000 !default;
$debug-label-border-color: $debug-label-text-color !default;
$debug-label-shadow-color: #000 !default;
2018-07-13 09:11:16 +00:00
$icedream-bg-color: #000 !default;
2018-07-13 12:40:12 +00:00
$icedream-text-color: #EEE !default;
2018-07-13 13:24:58 +00:00
$icedream-extended-line-height: 5vmin !default;
2018-07-13 09:11:16 +00:00
// extra features
2018-07-15 23:26:07 +00:00
$icedream-metadata-overlay: true !default;
2018-07-15 23:26:34 +00:00
$icedream-metadata-overlay-background-gradient-from: rgba(0, 0, 0, .75) !default;
2018-07-13 13:24:58 +00:00
$icedream-metadata-overlay-background-gradient-to: transparent !default;
2018-07-13 12:39:36 +00:00
$icedream-metadata-prefix: '🎶 Now playing: ' !default;
2018-07-13 09:11:16 +00:00
$icedream-nav-tab-fix: false !default;
$icedream-nav-bg-fade: true !default;
$icedream-fog-bg: true !default;
$icedream-fog-bg-blur: false !default;
2018-07-13 09:11:16 +00:00
$icedream-fog-bg-animated: true !default;
$icedream-fog-bg-pulse-animation-length: 68s !default;
$icedream-fog-bg-slide-animation-length: 25s !default;
2018-07-13 14:17:16 +00:00
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
2018-07-13 09:11:16 +00:00
2018-07-13 12:39:21 +00:00
$rekt-tab-count: 4 !default;
2018-07-13 12:40:12 +00:00
$rekt-border-color: #AAA !default;