Add files via upload

This commit is contained in:
L4ki
2024-05-30 10:04:16 +02:00
committed by GitHub
parent a38ce4c244
commit 5018323cd3
11 changed files with 2142 additions and 0 deletions

View File

@@ -0,0 +1,117 @@
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
}
}
}