Add gnome 3.30 support

This commit is contained in:
EliverLara
2018-11-06 14:47:09 -06:00
parent 9df39eb645
commit aee36320db
5 changed files with 104 additions and 4 deletions

View File

@@ -122,6 +122,17 @@ StScrollBar {
-slider-active-border-color: $lime; //active trough border
-slider-border-width: 0;
-slider-handle-radius: 6px;
-barlevel-height: 0.1em;
-barlevel-background-color: $gray;
-barlevel-border-color: black;
-barlevel-active-background-color: $cyan;
-barlevel-active-border-color: $lime;
-barlevel-border-width: 0;
-barlevel-handle-radius: 6px;
-barlevel-overdrive-color: $cyan;
-barlevel-overdrive-border-color: transparent;
-barlevel-overdrive-separator-width: 0px;
}
/* Check Boxes */
@@ -593,9 +604,14 @@ StScrollBar {
.level {
height: 0.4em;
border-radius: 0.3em;
background-color: transparentize(darken($main_dark,15%),0.5);
color: $osd_fg_color;
border: 1px solid $borders_color;
-barlevel-height: 0.4em;
-barlevel-background-color: transparentize(darken($main_dark,15%),0.5);
-barlevel-active-background-color: $selected_bg_color;
-barlevel-overdrive-color: $red;
-barlevel-overdrive-separator-width: 0.2em;
}
.level-bar {
background-color: $selected_bg_color;

View File

@@ -148,7 +148,17 @@ StScrollBar {
-slider-active-background-color: #00e8c6;
-slider-active-border-color: #84ff39;
-slider-border-width: 0;
-slider-handle-radius: 6px; }
-slider-handle-radius: 6px;
-barlevel-height: 0.1em;
-barlevel-background-color: #2f404f;
-barlevel-border-color: black;
-barlevel-active-background-color: #00e8c6;
-barlevel-active-border-color: #84ff39;
-barlevel-border-width: 0;
-barlevel-handle-radius: 6px;
-barlevel-overdrive-color: #00e8c6;
-barlevel-overdrive-border-color: transparent;
-barlevel-overdrive-separator-width: 0px; }
/* Check Boxes */
.check-box StBoxLayout {
@@ -562,9 +572,13 @@ StScrollBar {
.osd-window .level {
height: 0.4em;
border-radius: 0.3em;
background-color: rgba(0, 0, 0, 0.5);
color: #98abb2;
border: 1px solid #161819; }
border: 1px solid #161819;
-barlevel-height: 0.4em;
-barlevel-background-color: rgba(0, 0, 0, 0.5);
-barlevel-active-background-color: #00e8b7;
-barlevel-overdrive-color: #ff007a;
-barlevel-overdrive-separator-width: 0.2em; }
.osd-window .level-bar {
background-color: #00e8b7;
border-radius: 0.3em; }

View File

@@ -68,6 +68,38 @@
.searchbar-container {
margin-top: -1px;
}
.titlebar {
.path-bar-box {
.dim-label {
color:transparent;
}
button {
&:active, &:checked {
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: rgb(255, 250, 250);
&:backdrop{
color: darken(rgb(255, 250, 250), 4%);
label{
color: darken(rgb(255, 250, 250), 4%);;
}
}
}
}
}
.linked {
button {
&:active, &:checked, &:active:backdrop, &:checked:backdrop {
background: transparent;
color: $selected_bg_color;
box-shadow: none;
border: none; }
}
}
}
}
.nautilus-circular-button {

View File

@@ -5499,6 +5499,25 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; }
.nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: snow; }
.nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop {
color: #ffe6e6; }
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
color: #ffe6e6; }
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
background: transparent;
color: #00D3A7;
box-shadow: none;
border: none; }
.nautilus-circular-button {
border-radius: 20px;
-gtk-outline-radius: 20px; }

View File

@@ -5524,6 +5524,25 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; }
.nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: snow; }
.nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop {
color: #ffe6e6; }
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
color: #ffe6e6; }
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
background: transparent;
color: #00D3A7;
box-shadow: none;
border: none; }
.nautilus-circular-button {
border-radius: 20px;
-gtk-outline-radius: 20px; }