GTK3 & GTK4 tweaks

- Recover thunar's root-warning banner
- Reduce size of thunar's root-warning banner
- Move panel-background color to _colors.scss
- Lighten gtk4 button's color to match gtk3
- Use lighter color for tabs
This commit is contained in:
Daniel Ruiz de Alegría 2021-05-17 13:47:55 +02:00
parent e482365068
commit 0f1cfd2521
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
13 changed files with 39 additions and 55 deletions

View File

@ -5277,8 +5277,7 @@ notebook > header {
border-color: #0d0e11; border-color: #0d0e11;
border-bottom-color: black; border-bottom-color: black;
background-image: image(#323643); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
background: #272a34; }
notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab:checked:backdrop,
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop,
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,
@ -5860,9 +5859,7 @@ wnck-pager {
/* Thunar */ /* Thunar */
.thunar .warning { .thunar .warning {
opacity: 0; margin: -7px 0; }
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS /* GTK NAMED COLORS
---------------- ----------------

View File

@ -439,7 +439,7 @@ button {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
notebook > header > tabs > arrow, windowcontrols button, notebook > header > tabs > arrow, windowcontrols button,
button { button {
@ -688,7 +688,7 @@ button.suggested-action {
color: white; color: white;
outline-color: rgba(255, 255, 255, 0.3); outline-color: rgba(255, 255, 255, 0.3);
border-color: #0047c0; border-color: #0047c0;
background-image: image(#4b8eff); background-image: image(#4187ff);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
button.suggested-action { button.suggested-action {
@ -770,7 +770,7 @@ button.destructive-action {
color: white; color: white;
outline-color: rgba(255, 255, 255, 0.3); outline-color: rgba(255, 255, 255, 0.3);
border-color: #4b0909; border-color: #4b0909;
background-image: image(#c61717); background-image: image(#bd1616);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(98, 12, 12, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(98, 12, 12, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
button.destructive-action { button.destructive-action {
@ -2094,7 +2094,7 @@ switch {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
margin: -1px; margin: -1px;
min-width: 24px; min-width: 24px;
@ -2452,7 +2452,7 @@ scale {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
@ -3523,7 +3523,7 @@ colorswatch {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
colorswatch#add-color-button.activatable:hover > overlay { colorswatch#add-color-button.activatable:hover > overlay {
color: #eeeeec; color: #eeeeec;
@ -3960,7 +3960,7 @@ scale slider {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
border-color: black; } border-color: black; }
switch:hover slider, switch slider:active, switch:hover slider, switch slider:active,
@ -4018,7 +4018,7 @@ treeview.view {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
margin-left: -1px; } margin-left: -1px; }
treeview.view header button:hover, treeview.view header button:active { treeview.view header button:hover, treeview.view header button:active {
@ -4071,9 +4071,8 @@ notebook > header {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
background: #272a34; }
notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab:checked:backdrop,
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop,
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,

View File

@ -5277,8 +5277,7 @@ notebook > header {
border-color: #0d0e11; border-color: #0d0e11;
border-bottom-color: black; border-bottom-color: black;
background-image: image(#323643); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
background: #272a34; }
notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab:checked:backdrop,
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop,
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,
@ -5860,9 +5859,7 @@ wnck-pager {
/* Thunar */ /* Thunar */
.thunar .warning { .thunar .warning {
opacity: 0; margin: -7px 0; }
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS /* GTK NAMED COLORS
---------------- ----------------

View File

@ -5298,8 +5298,7 @@ notebook > header {
border-color: #d9d9d9; border-color: #d9d9d9;
border-bottom-color: #c2c2c2; border-bottom-color: #c2c2c2;
background-image: image(white); background-image: image(white);
box-shadow: inset 0 1px white, inset 0 -1px 0px rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px white, inset 0 -1px 0px rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); }
background: #fafafa; }
notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab:checked:backdrop,
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop,
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,
@ -5869,9 +5868,7 @@ wnck-pager {
/* Thunar */ /* Thunar */
.thunar .warning { .thunar .warning {
opacity: 0; margin: -7px 0; }
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS /* GTK NAMED COLORS
---------------- ----------------

View File

@ -439,7 +439,7 @@ button {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
notebook > header > tabs > arrow, windowcontrols button, notebook > header > tabs > arrow, windowcontrols button,
button { button {
@ -688,7 +688,7 @@ button.suggested-action {
color: white; color: white;
outline-color: rgba(255, 255, 255, 0.3); outline-color: rgba(255, 255, 255, 0.3);
border-color: #0047c0; border-color: #0047c0;
background-image: image(#4b8eff); background-image: image(#4187ff);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
button.suggested-action { button.suggested-action {
@ -770,7 +770,7 @@ button.destructive-action {
color: white; color: white;
outline-color: rgba(255, 255, 255, 0.3); outline-color: rgba(255, 255, 255, 0.3);
border-color: #4b0909; border-color: #4b0909;
background-image: image(#c61717); background-image: image(#bd1616);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(98, 12, 12, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(98, 12, 12, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
button.destructive-action { button.destructive-action {
@ -2094,7 +2094,7 @@ switch {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
margin: -1px; margin: -1px;
min-width: 24px; min-width: 24px;
@ -2452,7 +2452,7 @@ scale {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
@ -3523,7 +3523,7 @@ colorswatch {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
colorswatch#add-color-button.activatable:hover > overlay { colorswatch#add-color-button.activatable:hover > overlay {
color: #eeeeec; color: #eeeeec;
@ -3960,7 +3960,7 @@ scale slider {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
border-color: black; } border-color: black; }
switch:hover slider, switch slider:active, switch:hover slider, switch slider:active,
@ -4018,7 +4018,7 @@ treeview.view {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27);
margin-left: -1px; } margin-left: -1px; }
treeview.view header button:hover, treeview.view header button:active { treeview.view header button:hover, treeview.view header button:active {
@ -4071,9 +4071,8 @@ notebook > header {
color: #eeeeec; color: #eeeeec;
outline-color: rgba(39, 119, 255, 0.7); outline-color: rgba(39, 119, 255, 0.7);
border-color: #0d0e11; border-color: #0d0e11;
background-image: image(#363a48); background-image: image(#323643);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
background: #272a34; }
notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab:checked:backdrop,
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop,
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,

View File

@ -691,7 +691,7 @@ button.suggested-action {
color: white; color: white;
outline-color: rgba(255, 255, 255, 0.8); outline-color: rgba(255, 255, 255, 0.8);
border-color: #0047c0; border-color: #0047c0;
background-image: image(#4b8eff); background-image: image(#4187ff);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); }
button.suggested-action { button.suggested-action {
@ -773,7 +773,7 @@ button.destructive-action {
color: white; color: white;
outline-color: rgba(255, 255, 255, 0.8); outline-color: rgba(255, 255, 255, 0.8);
border-color: #790e0e; border-color: #790e0e;
background-image: image(#e62b2b); background-image: image(#e52222);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(144, 17, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(144, 17, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); }
button.destructive-action { button.destructive-action {
@ -4090,8 +4090,7 @@ notebook > header {
outline-color: rgba(39, 119, 255, 0.5); outline-color: rgba(39, 119, 255, 0.5);
border-color: #d9d9d9; border-color: #d9d9d9;
background-image: image(white); background-image: image(white);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); }
background: #fafafa; }
notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab:checked:backdrop,
notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop,
notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,

View File

@ -46,6 +46,9 @@ $osd_outer_borders_color: transparentize(white, 0.9);
$sidebar_bg_color: mix($bg_color, $base_color, 50%); $sidebar_bg_color: mix($bg_color, $base_color, 50%);
$base_hover_color: transparentize($fg_color, 0.95); $base_hover_color: transparentize($fg_color, 0.95);
$panel_bg : transparentize($bg_color, if($variant=='light', 0.1, 0.2));
$panel_fg: if($variant=='light', darken($fg_color, 10%), $fg_color);
$tooltip_borders_color: $osd_outer_borders_color; $tooltip_borders_color: $osd_outer_borders_color;
$shadow_color: transparentize(black, if($variant == 'light', 0.9, 0.7)); $shadow_color: transparentize(black, if($variant == 'light', 0.9, 0.7));

View File

@ -1,5 +1,3 @@
$panel_bg : transparentize($bg_color, if($variant=='light', .1, .2));
/* Nautilus */ /* Nautilus */
@define-color disk_space_unknown #383c4a; @define-color disk_space_unknown #383c4a;
@define-color disk_space_used #{"" +$selected_bg_color}; @define-color disk_space_used #{"" +$selected_bg_color};
@ -86,7 +84,7 @@ filechooser,
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
background: transparent; background: transparent;
color: if($variant=='light', darken($fg_color, 10%), $fg_color); color: $panel_fg;
$_highlight_bg_color: if($variant=='light', $bg_color, rgba(black, .2)); $_highlight_bg_color: if($variant=='light', $bg_color, rgba(black, .2));
@ -220,9 +218,6 @@ wnck-pager {
} }
/* Thunar */ /* Thunar */
// Hide root user warning // Reduce height of root user warning
.thunar .warning { .thunar .warning { margin: -7px 0; }
opacity: 0;
font-size: 0;
margin: -10px 0;
}

View File

@ -258,7 +258,6 @@ notebook {
&:checked { &:checked {
@include button(normal); @include button(normal);
background: $base_color;
&:backdrop { @include button(backdrop); } &:backdrop { @include button(backdrop); }
} }

View File

@ -4,7 +4,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m' YELLOW='\033[0;33m'
RESET='\033[0m' RESET='\033[0m'
VERSION=3.24.28 VERSION=3.24.29
echo echo
printf " $YELLOW[ i ]$RESET Upstream version $VERSION\n" printf " $YELLOW[ i ]$RESET Upstream version $VERSION\n"

View File

@ -284,7 +284,6 @@ notebook {
&:checked { &:checked {
@include button(normal); @include button(normal);
background: $base_color;
&:backdrop { &:backdrop {
@include button(backdrop); @include button(backdrop);

View File

@ -133,7 +133,7 @@ $_default_button_c: lighten($bg_color,2%);
color: $tc; color: $tc;
outline-color: if($c != $_default_button_c, $alt_focus_border_color, $focus_border_color); outline-color: if($c != $_default_button_c, $alt_focus_border_color, $focus_border_color);
border-color: if($c!=$_default_button_c, _border_color($c, true), $borders_color); //tint if not default button color border-color: if($c!=$_default_button_c, _border_color($c, true), $borders_color); //tint if not default button color
background-image: image(lighten($c, 7%)); background-image: image(lighten($c, 5%));
@include _shadows($_button_shadow); @include _shadows($_button_shadow);
} }

View File

@ -8,4 +8,4 @@
< background-image: if($variant == 'light', linear-gradient(to top, darken($c, 2%) 2px, $c), < background-image: if($variant == 'light', linear-gradient(to top, darken($c, 2%) 2px, $c),
< linear-gradient(to top, darken($c,1%) 2px, $c)); < linear-gradient(to top, darken($c,1%) 2px, $c));
--- ---
> background-image: image(lighten($c, 7%)); > background-image: image(lighten($c, 5%));