Added .themes directory, as it contains a mild amount of untracked content.
This commit is contained in:
177
.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/checkbutton
Executable file
177
.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/checkbutton
Executable file
@@ -0,0 +1,177 @@
|
||||
style "checkbutton"="default"
|
||||
{
|
||||
fg[NORMAL] = shade (1.1, @text_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
engine "pixmap" {
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/check1.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/check1.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/check2.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/check3.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/check2.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/check2.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/check1.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/check4.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
stretch = TRUE
|
||||
file = "Check-Radio/checklight.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
}
|
||||
}
|
||||
}
|
||||
style "checkbutton-menu"="default"
|
||||
{
|
||||
|
||||
|
||||
engine "pixmap" {
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/highlight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/highlight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/highlight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
shadow = OUT
|
||||
overlay_file = "Check-Radio/highlight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/menuitem-checkbox.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/menuitem-checkbox-selected.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/menuitem-checkbox.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = CHECK
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
shadow = IN
|
||||
overlay_file = "Check-Radio/menuitem-checkbox-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
stretch = TRUE
|
||||
file = "Check-Radio/checklight.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
}
|
||||
}
|
||||
}
|
||||
class "GtkCheckButton" style "checkbutton"
|
||||
widget_class "*GtkCheckButton*GtkLabel*" style "checkbutton"
|
||||
class "GtkCheckMenuItem" style "checkbutton-menu"
|
||||
Reference in New Issue
Block a user