panel-raised.rc (3319B)
1 # TASKLIST / GENERAL PANEL DEFINE 2 style "dark-panel" 3 { 4 xthickness = 0 5 ythickness = 0 6 7 #bg_pixmap[NORMAL] = "/Toolbar/panel.png" 8 9 fg[NORMAL] = @text_color 10 fg[PRELIGHT] = @tooltip_fg_color 11 fg[ACTIVE] = @tooltip_fg_color 12 fg[SELECTED] = @tooltip_fg_color 13 fg[INSENSITIVE] = @text_color 14 15 text[NORMAL] = @text_color 16 text[PRELIGHT] = @tooltip_fg_color 17 text[ACTIVE] = @tooltip_fg_color 18 text[SELECTED] = @tooltip_fg_color 19 text[INSENSITIVE] = @text_color 20 21 bg[NORMAL] = @base_color 22 bg[PRELIGHT] = @tooltip_bg_color 23 bg[ACTIVE] = @tooltip_bg_color 24 bg[SELECTED] = @selected_bg_color 25 bg[INSENSITIVE] = @tooltip_bg_color 26 27 base[NORMAL] = @base_color 28 base[PRELIGHT] = @base_color 29 base[ACTIVE] = @base_color 30 base[SELECTED] = @base_color 31 base[INSENSITIVE] = @base_color 32 33 engine "murrine" 34 { 35 #roundness = 0 36 #contrast = 0.7 37 38 #glow_shade = 1.1 39 #glowstyle = 1 40 #lightborder_shade = 0.9 41 #gradient_shades = {0.88, 0.95, 0.95, 1.3} 42 #border_shades = {1.7, 1.7} 43 44 menubaritemstyle = 1 45 46 roundness = 3 47 contrast = 0.5 48 49 50 glow_shade = 1.0 51 glowstyle = 0 52 lightborder_shade = 1.2 53 lightborderstyle = 0 54 gradient_shades = {1.12, 0.98, 0.98, 0.95} 55 border_shades = {0.88, 1.2} 56 }} 57 58 # MENUS / INDICATORS 59 style "dark-panel-text" = "dark-panel" 60 { 61 xthickness = 0 62 ythickness = 0 63 64 bg[PRELIGHT] = shade (1.0, @base_color) 65 66 engine "murrine" 67 { 68 #roundness = 0 69 #contrast = 0.7 70 71 72 #glow_shade = 1.2 73 #glowstyle = 1 74 #lightborder_shade = 0.88 75 #gradient_shades = {0.9, 1.1, 1.1, 1.3} 76 #border_shades = {1.0, 1.1} 77 78 menubaritemstyle = 1 79 80 roundness = 3 81 contrast = 0.5 82 83 84 glow_shade = 1.0 85 glowstyle = 0 86 lightborder_shade = 1.2 87 lightborderstyle = 0 88 gradient_shades = {1.12, 0.98, 0.98, 0.95} 89 border_shades = {0.88, 1.2} 90 91 } 92 93 } 94 style "dark-panel-handle" 95 { 96 engine "pixmap" 97 { 98 image 99 { 100 function = HANDLE 101 } 102 103 image 104 { 105 function = HANDLE 106 } 107 } 108 } 109 widget "*PanelWidget*" style "dark-panel" 110 widget "*PanelApplet*" style "dark-panel" 111 widget "*fast-user-switch*" style "dark-panel" 112 widget "*CPUFreq*Applet*" style "dark-panel" 113 widget "*indicator-applet*" style "dark-panel" 114 class "PanelApp*" style "dark-panel" 115 class "PanelToplevel*" style "dark-panel" 116 widget_class "*PanelToplevel*" style "dark-panel" 117 widget_class "*notif*" style "dark-panel" 118 widget_class "*Notif*" style "dark-panel" 119 widget_class "*Tray*" style "dark-panel" 120 widget_class "*tray*" style "dark-panel" 121 widget_class "*computertemp*" style "dark-panel" 122 widget_class "*Applet*Tomboy*" style "dark-panel" 123 widget_class "*Applet*Netstatus*" style "dark-panel" 124 125 # Fixes for tooltip text in some apps. 126 widget_class "*Notif*Beagle*" style "dark-panel" 127 widget_class "*Notif*Brasero*" style "dark-panel" 128 129 # XFCE panel theming. 130 widget "*Xfce*Panel*" style "dark-panel" 131 class "*Xfce*Panel*" style "dark-panel" 132 133 # Make sure panel text color doesn't change 134 widget_class "*Panel*MenuBar*" style : highest "dark-panel-text" 135 widget_class "*Panel*<GtkMenuBar>*" style : highest "dark-panel-text" 136 widget "*.clock-applet-button.*" style : highest "dark-panel-text" 137 widget "*ClockPanelApplet*" style : highest "dark-panel-text" 138 139 # Hide ugly handle 140 class "PanelAppletFrame" style:highest "dark-panel-handle"