Lightningbeam/Themes/Default/gtk-2.0/Styles/Sliders/scrollbars-thin.rc

305 lines
8.1 KiB
Plaintext

include "Styles/Sliders/sliders.rc"
style "scrollbar_8"
{
GtkRange::trough_border = 0
GtkRange::slider_width = 8
GtkRange::stepper_spacing = 0
GtkRange::stepper_size = 1
GtkScrollbar::min_slider_length = 30
GtkScrollbar::has-secondary-backward-stepper = 0
engine "pixmap"
{
#The trough for vertical scrollbars. This is the region in which the slider moves.
image
{
function = BOX
recolorable = TRUE
detail = "trough"
file = "Scrollbar/vertical_trough.png"
border = { 3, 3, 5, 5}
stretch = TRUE
orientation = VERTICAL
}
#The trough for horizontal scrollbars.
image
{
function = BOX
recolorable = TRUE
detail = "trough"
file = "Scrollbar/horizontal_trough.png"
border = { 5, 5, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in the NORMAL state.
image
{
function = SLIDER
recolorable = TRUE
state = NORMAL
file = "Scrollbar/scrollbar_horizontal.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in their prelight state.
image
{
function = SLIDER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbar/scrollbar_horizontal_prelight.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in their ACTIVE (pressed?) state.
image
{
function = SLIDER
recolorable = TRUE
state = ACTIVE
file = "Scrollbar/scrollbar_horizontal.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in their INSENSITIVE state.
image
{
function = SLIDER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbar/scrollbar_horizontal.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for vertical scrollbars
#in their NORMAL state.
image
{
function = SLIDER
recolorable = TRUE
state = NORMAL
file = "Scrollbar/scrollbar_vertical.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
#The image used to draw the slider for vertical scrollbars
#in their prelight state.
image
{
function = SLIDER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbar/scrollbar_vertical_prelight.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
#The image used to draw the slider for vertical scrollbars
#in their ACTIVE state.
image
{
function = SLIDER
recolorable = TRUE
state = ACTIVE
file = "Scrollbar/scrollbar_vertical.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
#The image used to draw the slider for vertical scrollbars
#in their INSENSITIVE state.
image
{
function = SLIDER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbar/scrollbar_vertical.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
image
{
function = STEPPER
recolorable = TRUE
file = "Fixes/none.png"
#border = { 0, 0, 0, 0 }
stretch = TRUE
arrow_direction = UP
}
image
{
function = STEPPER
recolorable = TRUE
file = "Fixes/none.png"
#border = { 0, 0, 0, 0 }
stretch = TRUE
arrow_direction = DOWN
}
image
{
function = STEPPER
recolorable = TRUE
file = "Fixes/none.png"
#border = { 0, 0, 0, 0 }
stretch = TRUE
arrow_direction = RIGHT
}
image
{
function = STEPPER
recolorable = TRUE
file = "Fixes/none.png"
#border = { 0, 0, 0, 0 }
stretch = TRUE
arrow_direction = LEFT
}
}
}
style "scrollbar_8_geany"
{
GtkRange::trough_border = 0
GtkRange::slider_width = 8
GtkRange::stepper_spacing = 0
GtkRange::stepper_size = 1
GtkScrollbar::min_slider_length = 30
GtkScrollbar::has-secondary-backward-stepper = 0
engine "pixmap"
{
#The trough for vertical scrollbars. This is the region in which the slider moves.
image
{
function = BOX
recolorable = TRUE
detail = "trough"
file = "Apps/Geany/vertical_trough.png"
border = { 3, 3, 5, 5}
stretch = TRUE
orientation = VERTICAL
}
#The trough for horizontal scrollbars.
image
{
function = BOX
recolorable = TRUE
detail = "trough"
file = "Apps/Geany/horizontal_trough.png"
border = { 5, 5, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in the NORMAL state.
image
{
function = SLIDER
recolorable = TRUE
state = NORMAL
file = "Scrollbar/scrollbar_horizontal.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in their prelight state.
image
{
function = SLIDER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbar/scrollbar_horizontal_prelight.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in their ACTIVE (pressed?) state.
image
{
function = SLIDER
recolorable = TRUE
state = ACTIVE
file = "Scrollbar/scrollbar_horizontal.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for horizontal scrollbars
#in their INSENSITIVE state.
image
{
function = SLIDER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbar/scrollbar_horizontal.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = HORIZONTAL
}
#The image used to draw the slider for vertical scrollbars
#in their NORMAL state.
image
{
function = SLIDER
recolorable = TRUE
state = NORMAL
file = "Scrollbar/scrollbar_vertical.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
#The image used to draw the slider for vertical scrollbars
#in their prelight state.
image
{
function = SLIDER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbar/scrollbar_vertical_prelight.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
#The image used to draw the slider for vertical scrollbars
#in their ACTIVE state.
image
{
function = SLIDER
recolorable = TRUE
state = ACTIVE
file = "Scrollbar/scrollbar_vertical.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
#The image used to draw the slider for vertical scrollbars
#in their INSENSITIVE state.
image
{
function = SLIDER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbar/scrollbar_vertical.png"
border = { 3, 3, 3, 3}
stretch = TRUE
orientation = VERTICAL
}
}
}
class "GtkScrollbar" style "scrollbar_8"
widget "GeanyMainWindow.*.Scintilla*Gtk?Scrollbar" style "scrollbar_8_geany"