Added .themes directory, as it contains a mild amount of untracked content.
This commit is contained in:
74
.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/optionmenu
Executable file
74
.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/optionmenu
Executable file
@@ -0,0 +1,74 @@
|
||||
style "optionmenu" = "default"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 6
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "Combo/combo-prelight.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
file = "Combo/combo-normal.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "Combo/combo-pressed.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
file = "Combo/combo-inactive.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
state = INSENSITIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "Combo/op-ins.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
overlay_file = "Combo/op.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = TAB
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
overlay_file = "Combo/op-pre.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkOptionMenu" style "optionmenu"
|
||||
|
||||
Reference in New Issue
Block a user