mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
83 lines
1.9 KiB
Text
83 lines
1.9 KiB
Text
|
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
|
||
|
}
|
||
|
}
|
||
|
}
|