diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index f5aeb3f..1556bf0 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -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; diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 1b5ee69..dc03c6e 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -148,7 +148,17 @@ StScrollBar { -slider-active-background-color: #71f79f; -slider-active-border-color: #71f79f; -slider-border-width: 0; - -slider-handle-radius: 6px; } + -slider-handle-radius: 6px; + -barlevel-height: 0.1em; + -barlevel-background-color: #202026; + -barlevel-border-color: black; + -barlevel-active-background-color: #00e8c6; + -barlevel-active-border-color: #71f79f; + -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: #929ba8; - 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: #f7b922; + -barlevel-overdrive-color: #ed254e; + -barlevel-overdrive-separator-width: 0.2em; } .osd-window .level-bar { background-color: #f7b922; border-radius: 0.3em; } diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 2805d0c..7aee31b 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -68,6 +68,38 @@ .searchbar-container { margin-top: -1px; } + + .titlebar { + .path-bar-box { + .dim-label { + color:transparent; + } + button { + &:active, &:checked { + border-radius: 23px; + background: linear-gradient(to right, #eee90a, $selected_bg_color) ; + box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02); + color: rgb(250, 250, 250); + &:backdrop{ + color: darken(rgb(250, 250, 250), 4%); + label{ + color: darken(rgb(250, 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 { diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 13732e6..8ca30e0 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5500,6 +5500,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: linear-gradient(to right, #eee90a, #f7b922); + box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98); + color: #fafafa; } + .nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop { + color: #f0f0f0; } + .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { + color: #f0f0f0; } + +.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: #f7b922; + box-shadow: none; + border: none; } + .nautilus-circular-button { border-radius: 20px; -gtk-outline-radius: 20px; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6890c67..314b7c2 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5525,6 +5525,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: linear-gradient(to right, #eee90a, #f7b922); + box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98); + color: #fafafa; } + .nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop { + color: #f0f0f0; } + .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { + color: #f0f0f0; } + +.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: #f7b922; + box-shadow: none; + border: none; } + .nautilus-circular-button { border-radius: 20px; -gtk-outline-radius: 20px; }