dotfiles/de/home/.local/share/themes/pogmom-gtk/gtk-2.0/widgets/scrollbar
2025-08-23 17:47:07 -07:00

117 lines
2.7 KiB
Text

style "scrollbar"
{
engine "pixmap"
{
image
{
function = BOX
detail = "trough"
file = "../assets/scrollbar-trough-horizontal.png"
border = { 25,25, 7, 7 } #large borders while LibreOffice won't use GtkScrollbar::stepper-spacing=1
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
file = "../assets/scrollbar-trough-vertical.png"
border = { 7, 7, 25, 25 }
stretch = TRUE
orientation = VERTICAL
}
# Sliders
image
{
function = SLIDER
state = NORMAL
file = "../assets/scrollbar-slider-horizontal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = ACTIVE
file = "../assets/scrollbar-slider-horizontal-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = PRELIGHT
file = "../assets/scrollbar-slider-horizontal-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
state = INSENSITIVE
file = "../assets/scrollbar-slider-horizontal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = HORIZONTAL
}
# X Verticals
image
{
function = SLIDER
state = NORMAL
file = "../assets/scrollbar-slider-vertical.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
state = ACTIVE
file = "../assets/scrollbar-slider-vertical-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
state = PRELIGHT
file = "../assets/scrollbar-slider-vertical-hover.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
state = INSENSITIVE
file = "../assets/scrollbar-slider-vertical.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = STEPPER
file = "../assets/null.png"
stretch = TRUE
}
}
}