27 lines
433 B
SCSS
27 lines
433 B
SCSS
// transparent opacity
|
|
$opacity: 'default';
|
|
|
|
// Theme primary color
|
|
$theme: 'default';
|
|
|
|
// Theme size
|
|
$compact: 'true';
|
|
|
|
// Theme translucent
|
|
$translucent: 'false';
|
|
|
|
// Panel translucent opacity
|
|
$panel_opacity: 1.0;
|
|
|
|
// Blackness style
|
|
$blackness: 'false';
|
|
|
|
// Theme color type : default/nord/blackness
|
|
$color_type: 'default';
|
|
|
|
// Windows outline style
|
|
$rimless: 'false';
|
|
|
|
// Windows button style : mac/normal
|
|
$window_button: 'mac';
|