xfce.rc 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. style "theme-panel" = "dark" {
  2. xthickness = 1
  3. ythickness = 1
  4. bg[NORMAL] = @panel_bg_color
  5. }
  6. style "xfdesktop-icon-view" {
  7. XfdesktopIconView::label-alpha = 0
  8. XfdesktopIconView::selected-label-alpha = 80
  9. XfdesktopIconView::shadow-x-offset = 0
  10. XfdesktopIconView::shadow-y-offset = 0
  11. XfdesktopIconView::selected-shadow-x-offset = 0
  12. XfdesktopIconView::selected-shadow-y-offset = 0
  13. XfdesktopIconView::shadow-color = @tooltip_bg_color
  14. XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
  15. XfdesktopIconView::cell-spacing = 2
  16. XfdesktopIconView::cell-padding = 6
  17. XfdesktopIconView::cell-text-width-proportion = 1.9
  18. fg[NORMAL] = shade (0.9, @selected_fg_color)
  19. fg[ACTIVE] = @selected_fg_color
  20. }
  21. style "theme-panel-text" = "dark" {
  22. }
  23. style "panel-entry" = "dark" {
  24. }
  25. style "theme-main-menu-text" = "theme-panel-text"
  26. {
  27. fg[PRELIGHT] = "#ffffff"
  28. text[PRELIGHT] = "#ffffff"
  29. }
  30. style "workspace-switcher" = "dark"
  31. {
  32. bg[SELECTED] = shade (0.8, @selected_bg_color)
  33. }
  34. style "window-buttons" = "dark" {
  35. }
  36. style "indicator" = "theme-panel"
  37. {
  38. xthickness = 0
  39. ythickness = 0
  40. }
  41. widget "*PanelWidget*" style "theme-panel"
  42. widget "*PanelApplet*" style "theme-panel"
  43. widget "*fast-user-switch*" style "theme-panel"
  44. widget "*CPUFreq*Applet*" style "theme-panel"
  45. class "PanelApp*" style "theme-panel"
  46. class "PanelToplevel*" style "theme-panel"
  47. widget_class "*PanelToplevel*" style "theme-panel"
  48. widget_class "*notif*" style "theme-panel"
  49. widget_class "*Notif*" style "theme-panel"
  50. widget_class "*Tray*" style "theme-panel"
  51. widget_class "*tray*" style "theme-panel"
  52. widget_class "*computertemp*" style "theme-panel"
  53. widget_class "*Applet*Tomboy*" style "theme-panel"
  54. widget_class "*Applet*Netstatus*" style "theme-panel"
  55. # Fixes for tooltip text in some apps.
  56. widget_class "*Notif*Beagle*" style "theme-panel"
  57. widget_class "*Notif*Brasero*" style "theme-panel"
  58. # XFCE panel theming.
  59. widget "*Xfce*Panel*" style "theme-panel"
  60. class "*Xfce*Panel*" style "theme-panel"
  61. widget "*WnckPager*" style "workspace-switcher"
  62. widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
  63. # Fix gtk-entries in the panel
  64. class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
  65. widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin
  66. # Make sure panel text color doesn't change
  67. widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
  68. widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
  69. widget "*.clock-applet-button.*" style "theme-panel-text"
  70. widget "*PanelApplet*" style "theme-panel-text"
  71. # Override general panel-style with specific plugin-styles
  72. widget "*indicator-applet*" style "indicator"
  73. widget "*indicator-button*" style "indicator"
  74. #widget "*XfceTasklist*" style "dark_button"