aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-12-03 19:51:58 -0500
committertdro <tdro@users.noreply.github.com>2021-12-03 19:51:58 -0500
commit78eaa41ba2a69b492b4a22d59e4451de536bedbe (patch)
tree4412e1553d973df376ccd553ab71ddb688a282d5 /.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css
parent212c14e2a7b70fa8b4388079c4ae654fb5c98f39 (diff)
downloaddotfiles-78eaa41ba2a69b492b4a22d59e4451de536bedbe.tar.gz
dotfiles-78eaa41ba2a69b492b4a22d59e4451de536bedbe.tar.bz2
dotfiles-78eaa41ba2a69b492b4a22d59e4451de536bedbe.zip
.local/share/themes/Greybird -> .local/share/themes/ClassicLooks
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css
new file mode 100755
index 0000000..d2cc5dc
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css
@@ -0,0 +1,16 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+style "scrollbar" {
+ fg[ACTIVE] = @scrollbar_fg_color
+ bg[ACTIVE] = @scrollbar_bg_color
+ fg[PRELIGHT] = @scrollbar_fg_color
+ bg[PRELIGHT] = @scrollbar_bg_color
+ engine "murrine"
+ {
+ gradient_shades = {1.15, 1.0, 1.0, 0.95}
+ }
+}