aerothemeplasma/KDE Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar_vista
2021-07-16 21:33:52 +02:00

82 lines
1.9 KiB
Text
Executable file

style "toolbar"
{
fg[NORMAL] = "#fff" # Texto en ventanas
fg[INSENSITIVE] = "#fff" # Texto insensitivo ventana
fg[SELECTED] = "#000" # Texto seleccionado
fg[ACTIVE] = "#000" # Texto activo en ventana inactiva
fg[PRELIGHT] = "#000" # Mouse sobre texto
engine "pixmap"
{
image
{
function = BOX
file = "Toolbar/toolbar-light.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
}
}
style "toolbuttons" = "default"
{
xthickness = 3
ythickness = 1
fg[NORMAL] = "#fff" # Texto en ventanas
fg[INSENSITIVE] = "#fff" # Texto insensitivo ventana
fg[SELECTED] = "#000" # Texto seleccionado
fg[ACTIVE] = "#000" # Texto activo en ventana inactiva
fg[PRELIGHT] = "#000" # Mouse sobre texto
GtkWidget::focus_padding = 0
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Toolbar/toolbutton-normal.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Toolbar/toolbutton-prelight.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Toolbar/toolbutton-pressed.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Toolbar/toolbutton-normal.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = FOCUS
recolorable = TRUE
file = "Toolbar/toolbutton-focus.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
}
}