mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-03-23 20:37:44 +00:00
update
This commit is contained in:
@@ -2,17 +2,14 @@
|
||||
// THEME OPTIONS
|
||||
//
|
||||
|
||||
// Gnome shell version
|
||||
$gnome_version: 'old'; // 3.38/old || 40.0/new
|
||||
|
||||
// Force nautilus styles to exclusively use colors instead of linear-gradients
|
||||
$nautilus_use_colors: false;
|
||||
// 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;
|
||||
$nautilus_style: 'stable';
|
||||
|
||||
// Gnome-shell panel opacity
|
||||
$panel_opacity: 0.15;
|
||||
|
||||
@@ -49,7 +49,6 @@ $app_grid_fg_color: #fff;
|
||||
border-radius: $bd_radius * 4;
|
||||
border: 0 solid rgba(white, 0.15);
|
||||
padding: 12px;
|
||||
background-color: rgba(black, 0.9);
|
||||
|
||||
& .folder-name-container {
|
||||
padding: 24px 36px 0;
|
||||
|
||||
@@ -27,6 +27,8 @@ $app_icon_padding: 24px;
|
||||
|
||||
// expanded folder
|
||||
.app-folder-dialog {
|
||||
background-color: rgba(#333, 0.9);
|
||||
|
||||
& .page-indicators {
|
||||
.page-indicator {
|
||||
padding: 15px 12px;
|
||||
|
||||
@@ -13,6 +13,10 @@ $app_icon_size: 96px;
|
||||
page-padding-right: $base_padding * 2;
|
||||
}
|
||||
|
||||
.app-folder-dialog {
|
||||
background-color: rgba(black, 0.9);
|
||||
}
|
||||
|
||||
// App Grid pagination indicators
|
||||
.page-indicator {
|
||||
padding: $base_padding $base_padding * 2 0;
|
||||
|
||||
@@ -109,7 +109,7 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
||||
}
|
||||
|
||||
@if $nautilus_style == 'stable' or $nautilus_style == 'default' {
|
||||
@if $gnome_version == 'new' {
|
||||
@if $nautilus_version == 'new' {
|
||||
$nautilus_header_image: linear-gradient(90deg, transparent $nautilus_sidebar_size,
|
||||
$nautilus_borders_color $nautilus_sidebar_size,
|
||||
$nautilus_borders_color ($nautilus_sidebar_size + 1px),
|
||||
|
||||
@@ -69,7 +69,7 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
||||
}
|
||||
|
||||
@if $nautilus_style == 'stable' or $nautilus_style == 'default' {
|
||||
@if $gnome_version == 'new' {
|
||||
@if $nautilus_version == 'new' {
|
||||
$nautilus_header_image: linear-gradient(90deg, transparent $nautilus_sidebar_size,
|
||||
$nautilus_borders_color $nautilus_sidebar_size,
|
||||
$nautilus_borders_color ($nautilus_sidebar_size + 1px),
|
||||
|
||||
Reference in New Issue
Block a user