Files
Colloid-gtk-theme/src/sass/_tweaks.scss
vinceliuice fac1f92071 Fixed #116
2023-05-30 11:01:33 +08:00

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';