mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-03 03:46:50 +00:00
43 lines
715 B
SCSS
43 lines
715 B
SCSS
//
|
|
// THEME OPTIONS
|
|
//
|
|
|
|
// Nautilus sidebar sizes (when nautilus_use_colors is false)
|
|
$sidebar_size: 200px;
|
|
|
|
// Nautilus style
|
|
$nautilus_style: 'stable';
|
|
|
|
// 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';
|
|
|
|
// gnome-shell version
|
|
$shell_version: 'old';
|