source: trunk/gnome-theme-xp/files/XPLuna/gtk-2.0/panel.rc_old @ 157

Last change on this file since 157 was 157, checked in by sebas, 15 years ago

importacion initial - gracias al trabajo de PhrankDaChicken?

  • Property svn:executable set to *
File size: 2.6 KB
Line 
1#################### PANEL BACKGROUND #########################
2
3style "panelbg"
4{
5  xthickness                                    = 0
6  ythickness                                    = 0
7 bg_pixmap[NORMAL]                                      = "panel/panel-bg.png"
8}
9
10style "panel"
11{
12xthickness = 0
13ythickness = 0
14}
15class "*Panel*" style "panel"
16#class "*notif*" style "panelbg"
17#class "*Notif*" style "panelbg"
18#class "*Tray*" style "panelbg"
19#class "*tray*" style "panelbg"
20widget_class "*BonoboDockItem" style "panelbg"
21class "*BonoboDockItem" style "panelbg"
22
23style "appletcolor"
24{
25        bg_pixmap[NORMAL]       = "panel/panel-bg.png"
26}
27
28widget "*PanelWidget*" style "appletcolor"
29widget "*PanelApplet*" style "appletcolor"
30
31style "panel"
32
33{
34  fg[NORMAL]                    = "#d7d7d7"
35  fg[PRELIGHT]                  = "#ffffff" #"#3585AF" #"#B2E7FF"
36  fg[ACTIVE]                    = "#f0f0f0"
37  fg[SELECTED]                  = "#000000"
38  fg[INSENSITIVE]               = "#6B6B6B" #"#8A857C"
39  bg[SELECTED]                  = "#3d3d3d"
40}
41
42widget_class "*Panel*GtkToggleButton" style "panel"
43widget_class "*Panel*GtkButton" style "panel"
44widget_class "*.Panel*Button*GtkLabel" style "panel"
45widget_class "*.Panel*GtkLabel" style "panel"
46
47##################### PANEL BUTTONS ###############################
48
49style "panelbuttons" = "default"
50{
51
52  fg[NORMAL]        = "#ffffff"
53  fg[PRELIGHT]      = "#ffffff" # text on buttons (hover)
54  fg[ACTIVE]        = "#ffffff" # text on unfocused tabs
55  fg[SELECTED]      = "#ffffff" # selected text on lists
56  fg[INSENSITIVE]   = "#ffffff" # greyed "unused" text
57
58 xthickness                             = 4
59 ythickness                             = 4
60
61        GtkWidget::focus_padding = 2
62
63        engine "pixmap" {
64     
65                image
66                {
67                        function                                = BOX
68                        recolorable                     = TRUE
69                        state                                                                           = NORMAL
70                        file                                                            = "panel/panel-button-inactive.png"
71                        border                                  = { 3, 3, 3, 3 }
72                        stretch                                         = TRUE
73                }
74               
75image
76                {
77                        function                                = BOX
78                        recolorable                     = TRUE
79                        state                                                                           = PRELIGHT
80                        file                                                            = "panel/panel-button-prelight.png"
81                        border                                  = { 3, 3, 3, 3 }
82                        stretch                                         = TRUE
83
84                }
85
86image
87                {
88                        function                                = BOX
89                        recolorable                     = TRUE
90                        state                                                                           = ACTIVE
91                        file                                                            = "panel/panel-button-active.png"
92                        border                                  = { 3, 3, 3, 3 }
93                        stretch                                         = TRUE
94                } 
95image
96                {
97                        function                                = BOX
98                        recolorable                     = TRUE
99                        state                                                                           = INSENSITIVE
100                        file                                                            = "panel/panel-button-inactive.png"
101                        border                                  = { 3, 3, 3, 3 }
102                        stretch                                         = TRUE
103                } 
104
105        }
106
107}
108widget_class "*Panel*GtkToggleButton" style "panelbuttons"
109#widget_class "*Panel*GtkButton" style "panelbuttons"
110
111widget "*.tasklist-button" style "panelbuttons"
112
113
114
Note: See TracBrowser for help on using the repository browser.