Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
128
Ressources/package/gtk-theme/source/diinki-aero/gtk-2.0/panel.rc
Executable file
128
Ressources/package/gtk-theme/source/diinki-aero/gtk-2.0/panel.rc
Executable file
|
|
@ -0,0 +1,128 @@
|
|||
#################### PANEL BACKGROUND #########################xx
|
||||
|
||||
style "panelbg"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
bg_pixmap[NORMAL] = "Panel/panel-bg.png"
|
||||
#bg_pixmap[SELECTED] = "Panel/panel-bg.png"
|
||||
#bg_pixmap[INSENSITIVE] = "Panel/panel-bg.png"
|
||||
#bg_pixmap[PRELIGHT] = "Panel/panel-bg.png"
|
||||
|
||||
|
||||
|
||||
}
|
||||
class "*Panel*" style "panelbg"
|
||||
class "*notif*" style "panelbg"
|
||||
class "*Notif*" style "panelbg"
|
||||
class "*Tray*" style "panelbg"
|
||||
class "*tray*" style "panelbg"
|
||||
|
||||
style "panel"
|
||||
{
|
||||
fg[NORMAL] = "#ffffff"
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
fg[ACTIVE] = "#ffffff"
|
||||
fg[SELECTED] = "#ffffff"
|
||||
|
||||
|
||||
}
|
||||
class "*Panel*" style "panel"
|
||||
widget_class "*Panel*GtkToggleButton" style "panel"
|
||||
widget_class "*Panel*GtkButton" style "panel"
|
||||
widget_class "*.Panel*Button*GtkLabel" style "panel"
|
||||
widget_class "*.Panel*GtkLabel" style "panel"
|
||||
widget_class "*applet*" style "panelbg"
|
||||
widget_class "*Applet*" style "panelbg"
|
||||
|
||||
##################### PANEL BUTTONS ###############################
|
||||
|
||||
style "panelbuttons" = "default"
|
||||
{
|
||||
|
||||
fg[NORMAL] = "#ffffff" # very dark brown
|
||||
fg[PRELIGHT] = "#ffffff" # text on buttons (hover)
|
||||
fg[ACTIVE] = "#ffffff" # text on unfocused tabs
|
||||
fg[SELECTED] = "#ffffff" # selected text on lists
|
||||
fg[INSENSITIVE] = "#ffffff" # greyed "unused" text
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
GtkWidget::focus_padding = 0
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
file = "Panel/panelbutton.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "Panel/panelbutton1.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = OUT
|
||||
state = PRELIGHT
|
||||
file = "Panel/panelbutton1.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
#overlay_file = "panelbutton2.png"
|
||||
#overlay_border = { 2, 2, 2, 2 }
|
||||
#overlay_stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = IN
|
||||
state = PRELIGHT
|
||||
file = "Panel/panelbutton2.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
#overlay_file = "panelbutton2.png"
|
||||
#overlay_border = { 2, 2, 2, 2 }
|
||||
#overlay_stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "Panel/panelbutton5.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
file = "Panel/panelbutton1.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
widget_class "*Panel*GtkToggleButton" style "panelbuttons"
|
||||
widget_class "*Panel*GtkButton" style "panelbuttons"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue