Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.7 KiB

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