You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
340 B
SCSS
21 lines
340 B
SCSS
// Gnome-shell panel style
|
|
$panel_style: 'float';
|
|
|
|
// transparent opacity
|
|
$opacity: 'default';
|
|
|
|
// blackness
|
|
$blackness: 'false';
|
|
|
|
// Theme primary color
|
|
$theme: 'default';
|
|
|
|
// Check and radio primary color
|
|
$check_radio: 'default';
|
|
|
|
// Default corner radius value
|
|
$default_corner: 12px;
|
|
|
|
// Default corner radius value
|
|
$mac_style: 'false';
|