mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-05 23:13:19 +00:00
46 lines
786 B
SCSS
46 lines
786 B
SCSS
//
|
|
// THEME OPTIONS
|
|
//
|
|
|
|
// Colorscheme type
|
|
$colorscheme: 'default'; // default/nord
|
|
|
|
// Nautilus sidebar sizes (when nautilus_use_colors is false)
|
|
$sidebar_size: 200px;
|
|
|
|
// Nautilus style
|
|
$nautilus_style: 'stable';
|
|
|
|
// Nautilus titlebuttons placement
|
|
$placement: 'left';
|
|
|
|
// Gnome-shell panel opacity
|
|
$panel_opacity: 0.15;
|
|
|
|
// Gnome-shell show apps button style
|
|
$showapps_button: 'bigsur';
|
|
|
|
// Gnome-shell Panel height size
|
|
$panel_size: 'default';
|
|
|
|
// Gnome-shell font size
|
|
$font_size: 'normal';
|
|
|
|
// Gnome-shell Panel Activities button style
|
|
$activities: 'default';
|
|
|
|
// Panel font color
|
|
$panel_font: 'white';
|
|
|
|
// Maximized window radius
|
|
$max_window_style: 'square';
|
|
|
|
// Monterey style
|
|
$monterey: 'false';
|
|
|
|
// Color style
|
|
$darker: 'false';
|
|
|
|
// GDM login dialog scale
|
|
$scale: 'default';
|