mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-22 05:05:56 -08:00
33 lines
529 B
SCSS
33 lines
529 B
SCSS
|
|
// Theme ColorScheme palette: default/nord/dracula
|
|
@import 'color-palette-default';
|
|
|
|
$colorscheme: 'default';
|
|
|
|
// transparent opacity
|
|
$opacity: 'default';
|
|
|
|
// Theme primary color
|
|
$theme: 'default';
|
|
|
|
// Theme size
|
|
$compact: 'false';
|
|
|
|
// Theme translucent
|
|
$translucent: 'false';
|
|
|
|
// Panel translucent opacity
|
|
$panel_opacity: 1.0;
|
|
|
|
// Blackness style
|
|
$blackness: 'false';
|
|
|
|
// Windows outline style
|
|
$rimless: 'false';
|
|
|
|
// Windows button style : mac/normal
|
|
$window_button: 'mac';
|
|
|
|
// Gnome-Shell float panel version
|
|
$float: 'false';
|