OSDN Git Service

initial commit
[pacbang-linux/pacbang-gtk-theme.git] / PacBang / gtk-2.0 / panel.rc
1 style "theme-panel" {
2
3   ythickness = 0
4
5   bg[NORMAL] = "#383838"
6   bg[ACTIVE] = @selected_bg_color
7   bg[PRELIGHT] = shade(1.1, @selected_bg_color)
8   bg[SELECTED] = @selected_bg_color
9
10   fg[NORMAL] = "#DADADA"
11   fg[PRELIGHT] = @selected_fg_color
12   fg[ACTIVE] = @selected_fg_color
13   fg[SELECTED] = @selected_fg_color
14
15   text[NORMAL] = "#DADADA"
16   text[PRELIGHT] = "#DADADA"
17   text[ACTIVE] = "#DADADA"
18   text[SELECTED] = "#DADADA"
19
20   engine "murrine" {
21     reliefstyle = 0
22     glazestyle = 0
23     glow_shade = 1.0
24     highlight_shade = 1.0
25     roundness = 0
26     gradient_shades = {1.0,1.0,1.0,1.0}
27     textstyle = 0
28     contrast = 0.0
29     textstyle = 0
30   }
31 }
32
33 style "panelbar" {
34
35   fg[NORMAL] = "#DADADA"
36   fg[ACTIVE] = "#DADADA"
37   fg[PRELIGHT] = "#DADADA"
38   fg[SELECTED] = @selected_fg_color
39
40   bg[SELECTED] = @selected_bg_color
41
42   engine "murrine" {}
43 }
44
45 style "panelbuttons" {
46
47   xthickness = 4
48   ythickness = 0
49
50   engine "murrine" {
51     textstyle = 0
52   }
53 }
54
55 style "theme-panel-text" {
56
57   fg[NORMAL] = "#DADADA"
58   fg[PRELIGHT] = @selected_fg_color
59   fg[ACTIVE] = "#DADADA"
60
61   text[NORMAL] = "#DADADA"
62   text[PRELIGHT] = @selected_fg_color
63   text[ACTIVE] = "#DADADA"
64
65   engine "murrine" {
66     textstyle = 0
67     text_shade = 0.2
68   }
69 }
70
71 style "panel-entry" {
72
73   fg[NORMAL] = @text_color
74   fg[PRELIGHT] = @text_color
75   fg[ACTIVE] = @text_color
76   fg[SELECTED] = @text_color
77   fg[INSENSITIVE] = @text_color
78
79   text[NORMAL] = @text_color
80   text[PRELIGHT] = @text_color
81   text[ACTIVE] = @text_color
82   text[SELECTED] = @text_color
83   text[INSENSITIVE] = @text_color
84
85 }
86
87 style "theme-main-menu-text" = "theme-panel-text" {
88   fg[PRELIGHT] = @selected_fg_color
89   text[PRELIGHT] = @selected_fg_color
90 }
91
92 style "workspace-switcher" = "theme-panel" {
93   bg[SELECTED] = @selected_bg_color
94 }
95
96 style "indicator" = "theme-panel" {
97   xthickness = 0
98   ythickness = 0
99 }
100
101 widget "*tasklist*"                                   style "panelbuttons"
102 widget_class "*Xfce*Panel*.GtkToggleButton"           style "panelbuttons"
103 widget_class "*Xfce*NetkTasklist*GtkToggleButton"     style "panelbuttons"
104 widget_class "*PanelToplevel*Button"                  style "panelbuttons"
105 widget_class "*Panel*GtkToggleButton"                 style "panelbuttons"
106 widget_class "*Xfce*Panel*Button*"                    style "panelbuttons"
107 widget_class "*<XfceArrowButton>"                     style "panelbuttons"
108 widget_class "*<XfceActionsPlugin>*"                  style "panelbuttons"
109 widget_class "*XfcePanelPlugin.GtkButton"             style "panelbuttons"
110 widget "*dict*Applet*"                                style "panelbuttons"
111 widget_class "*Xfce*NetkTasklist*GtkToggleButton"     style "panelbuttons"
112 widget_class "*Tasklist*"                             style:highest "panelbuttons"
113
114 class "*Panel*MenuBar*"                               style "panelbar"
115 widget_class "*Panel*MenuBar*"                        style "panelbar"
116 widget_class "*Panel*MenuBar*Item*"                   style:highest "panelbar"
117
118 widget "*PanelWidget*"                                style "theme-panel"
119 widget "*PanelApplet*"                                style "theme-panel"
120 widget "*fast-user-switch*"                           style "theme-panel"
121 widget "*CPUFreq*Applet*"                             style "theme-panel"
122 class "PanelApp*"                                     style "theme-panel"
123 class "PanelToplevel*"                                style "theme-panel"
124 widget_class "*PanelToplevel*"                        style "theme-panel"
125 widget_class "*notif*"                                style "theme-panel"
126 widget_class "*Notif*"                                style "theme-panel"
127 widget_class "*Tray*"                                 style "theme-panel" 
128 widget_class "*tray*"                                 style "theme-panel"
129 widget_class "*computertemp*"                         style "theme-panel"
130 widget_class "*Applet*Tomboy*"                        style "theme-panel"
131 widget_class "*Applet*Netstatus*"                     style "theme-panel"
132
133 # Fixes for tooltip text in some apps.
134 widget_class "*Notif*Beagle*"                         style "theme-panel"
135 widget_class "*Notif*Brasero*"                        style "theme-panel"
136
137 # XFCE panel theming.
138 widget "*Xfce*Panel*"                                 style "theme-panel"
139 class "*Xfce*Panel*"                                  style "theme-panel"
140 widget "*WnckPager*"                                  style "workspace-switcher"
141
142 # Fix gtk-entries in the panel
143 widget "*bookmark*GtkEntry"                           style "panel-entry" # fixes smartbookmark-plugin
144
145 # Make sure panel text color doesn't change
146 widget_class "*Panel*MenuBar*"                        style "theme-main-menu-text"
147 widget_class "*Panel*<GtkMenuBar>*"                   style "theme-main-menu-text"
148 widget "*.clock-applet-button.*"                      style "theme-panel-text"
149 widget "*PanelApplet*"                                style "theme-panel-text"
150
151 # Override general panel-style with specific plugin-styles
152 widget "*indicator-applet*"                           style "indicator"
153 widget "*indicator-button*"                           style "indicator"