added gtk theme
This commit is contained in:
parent
080b6d1fb5
commit
b101473d74
281 changed files with 11027 additions and 0 deletions
117
gtk-theme/gtk-2.0/widgets/scrollbar
Normal file
117
gtk-theme/gtk-2.0/widgets/scrollbar
Normal 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
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue