22 lines
576 B
SCSS
22 lines
576 B
SCSS
$text_color: #04FFF7;
|
|
|
|
$clock_background: linear-gradient(0deg, rgba(218,34,255,1) 0%, rgba(151,51,238) 100%);
|
|
|
|
$workspace_button_background: linear-gradient(0deg, rgba(168,192,255,1) 0%, rgba(63,43,150,1) 100%);
|
|
|
|
$volume_scale_color: rgba(247,121,125);
|
|
|
|
$hardware_background: linear-gradient(0deg, rgba(255,226,89,1) 0%, rgba(255,167,81,1) 100%);
|
|
|
|
$ram_scale_color: #C6FFDD;
|
|
$disk_scale_color: #12C2E9;
|
|
$battery_scale_color: #FF0099;
|
|
|
|
$font: OpenDyslexic Nerd Font;
|
|
|
|
$bar_background: transparent;
|
|
|
|
$drop_shadow_color: gray;
|
|
|
|
$notification_draw_background: $clock_background;
|