diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index 2b5b259..5eba27a 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -56,4 +56,41 @@ &:hover, &:checked { background-color: $selected_bg_color; } +} + +/* thunar */ +.thunar toolbar { + background-color: $headerbar_color; +} + +/* buttons in toolbar */ +.thunar toolbar.horizontal button image { + -gtk-icon-transform:scale(0.72); +} + +scrolledwindow.sidebar treeview.view { + background: darken($_sidebar_color, 2%); + padding: 1.5px; +} + +/* path-bar of thunar */ +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { + margin-top: 7px; + margin-bottom: 7px; + &:hover { color: $selected_bg_color; } + &:checked { @include button(active-header); } +} + +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { + background: none; + outline: none; + border: none; + box-shadow: none; +} + +/* thunar sidepane */ +window.thunar paned > scrolledwindow treeview.view:selected { + @include button(active-header); + border-radius: 0; + box-shadow: none; } \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 1ec4785..214ceb6 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5742,6 +5742,45 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled #whiskermenu-window button:hover, #whiskermenu-window button:checked { background-color: #00D3A7; } +/* thunar */ +.thunar toolbar { + background-color: #0c0e14; } + +/* buttons in toolbar */ +.thunar toolbar.horizontal button image { + -gtk-icon-transform: scale(0.72); } + +scrolledwindow.sidebar treeview.view { + background: #12151f; + padding: 1.5px; } + +/* path-bar of thunar */ +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { + margin-top: 7px; + margin-bottom: 7px; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { + color: #c50ed2; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { + border-radius: 23px; + background: linear-gradient(to right, #c50ed2, #8500f7); + box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + color: white; } + +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { + background: none; + outline: none; + border: none; + box-shadow: none; } + +/* thunar sidepane */ +window.thunar paned > scrolledwindow treeview.view:selected { + border-radius: 23px; + background: linear-gradient(to right, #c50ed2, #8500f7); + box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + color: white; + border-radius: 0; + box-shadow: none; } + /******** * Gala * *******/ diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 82476e4..66d8a00 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5767,6 +5767,45 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled #whiskermenu-window button:hover, #whiskermenu-window button:checked { background-color: #00D3A7; } +/* thunar */ +.thunar toolbar { + background-color: #0c0e14; } + +/* buttons in toolbar */ +.thunar toolbar.horizontal button image { + -gtk-icon-transform: scale(0.72); } + +scrolledwindow.sidebar treeview.view { + background: #12151f; + padding: 1.5px; } + +/* path-bar of thunar */ +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button { + margin-top: 7px; + margin-bottom: 7px; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover { + color: #c50ed2; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked { + border-radius: 23px; + background: linear-gradient(to right, #c50ed2, #8500f7); + box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + color: white; } + +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { + background: none; + outline: none; + border: none; + box-shadow: none; } + +/* thunar sidepane */ +window.thunar paned > scrolledwindow treeview.view:selected { + border-radius: 23px; + background: linear-gradient(to right, #c50ed2, #8500f7); + box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98); + color: white; + border-radius: 0; + box-shadow: none; } + /******** * Gala * *******/