mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-08 00:13:02 +00:00
22 lines
403 B
SCSS
22 lines
403 B
SCSS
//
|
|
// THEME OPTIONS
|
|
//
|
|
|
|
// Nautilus version
|
|
$nautilus_version: 'old'; // < 3.38/old || 40.0/new
|
|
|
|
// 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';
|
|
|
|
// maximized window radius
|
|
$max_window_style: 'square';
|