/gtk-2.0/apps/panel.rc
Windows Resource File | 111 lines | 94 code | 17 blank | 0 comment | 0 complexity | face615db146baaa64b535ec3493b6f3 MD5 | raw file
1style "theme-panel" = "murrine-dark" 2{ 3 xthickness = 1 4 ythickness = 0 5 6 bg[NORMAL] = shade (0.7, @bg_color_dark) 7 bg[ACTIVE] = shade (0.5, @bg_color_dark) 8 bg[PRELIGHT] = shade (0.35, @bg_color_dark) 9 bg[SELECTED] = shade (0.5, @bg_color_dark) 10 11 fg[NORMAL] = shade (0.9, @base_color) 12 fg[PRELIGHT] = @base_color 13 fg[ACTIVE] = shade (0.9, @base_color) 14 fg[SELECTED] = shade (0.9, @base_color) 15 16 text[NORMAL] = shade (0.9, @base_color) 17 text[PRELIGHT] = @base_color 18 text[ACTIVE] = shade (0.9, @base_color) 19 text[SELECTED] = shade (0.9, @base_color) 20 21 engine "murrine" { 22 #border_shades = { 1.3, 0.9 } 23 contrast = 0.0 24 roundness = 0 25 glowstyle = 0 26 glow_shade = 1.4 27 glazestyle = 2 28 #trough_border_shades = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin) 29 } 30} 31 32style "theme-panel-text" 33{ 34 fg[NORMAL] = @base_color 35 fg[PRELIGHT] = "#ffffff" 36 fg[ACTIVE] = @base_color 37 38 text[NORMAL] = @base_color 39 text[PRELIGHT] = "#ffffff" 40 text[ACTIVE] = @base_color 41} 42 43style "panel-entry" = "murrine-dark" 44{ 45 fg[NORMAL] = @text_color 46 fg[PRELIGHT] = @text_color 47 fg[ACTIVE] = @text_color 48 fg[SELECTED] = @text_color 49 fg[INSENSITIVE] = @text_color 50 51 text[NORMAL] = @text_color 52 text[PRELIGHT] = @text_color 53 text[ACTIVE] = @text_color 54 text[SELECTED] = @text_color 55 text[INSENSITIVE] = @text_color 56 57} 58 59style "theme-main-menu-text" = "theme-panel-text" 60{ 61 fg[PRELIGHT] = "#ffffff" 62 text[PRELIGHT] = "#ffffff" 63} 64 65widget "*PanelWidget*" style "theme-panel" 66widget "*PanelApplet*" style "theme-panel" 67widget "*fast-user-switch*" style "theme-panel" 68widget "*CPUFreq*Applet*" style "theme-panel" 69widget "*indicator-applet*" style "theme-panel" 70class "PanelApp*" style "theme-panel" 71class "PanelToplevel*" style "theme-panel" 72widget_class "*PanelToplevel*" style "theme-panel" 73widget_class "*notif*" style "theme-panel" 74widget_class "*Notif*" style "theme-panel" 75widget_class "*Tray*" style "theme-panel" 76widget_class "*tray*" style "theme-panel" 77widget_class "*computertemp*" style "theme-panel" 78widget_class "*Applet*Tomboy*" style "theme-panel" 79widget_class "*Applet*Netstatus*" style "theme-panel" 80 81# Fixes for tooltip text in some apps. 82widget_class "*Notif*Beagle*" style "theme-panel" 83widget_class "*Notif*Brasero*" style "theme-panel" 84 85# XFCE panel theming. 86widget "*Xfce*Panel*" style "theme-panel" 87class "*Xfce*Panel*" style "theme-panel" 88 89# Fix gtk-entries in the panel 90class "GtkEntry" style "murrine-combo" 91class "*SexyIconEntry*" style:highest "murrine-combo" # fixes dict-plugin 92widget "*xfce4-verve-plugin*GtkEntry" style:highest "murrine-combo" # fixes verve-plugin 93 94# Make sure panel text color doesn't change 95widget_class "*Panel*MenuBar*" style "theme-main-menu-text" 96widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" 97widget "*.clock-applet-button.*" style "theme-panel-text" 98widget "*PanelApplet*" style "theme-panel-text" 99 100# dark menus 101widget_class "*<GtkMenu>*" style "murrine-dark" 102widget_class "*<GtkMenuItem>*" style "murrine-wide-dark" 103widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "murrine-dark" 104widget_class "*<GtkMenuItem>.*.<GtkEntry>" style "panel-entry" 105widget_class "*<GtkMenuItem>.*.<GtkScale>" style "murrine-scale-dark" 106widget_class "*<GtkMenuBar>*" style "murrine-menubar" 107widget "*.gtk-combobox-popup-menu.*" style "murrine-wide-dark" 108 109# dark bg and black text for gdm's panel 110widget_class "*GdmGreeterPanel*" style "panel-entry" 111widget "*GdmClockWidget*" style "murrine-dark"