aboutsummaryrefslogtreecommitdiff
path: root/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/xfce.rc
diff options
context:
space:
mode:
Diffstat (limited to '.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/xfce.rc')
-rwxr-xr-x.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/xfce.rc90
1 files changed, 90 insertions, 0 deletions
diff --git a/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/xfce.rc b/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/xfce.rc
new file mode 100755
index 000000000..f8c2acd5a
--- /dev/null
+++ b/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/xfce.rc
@@ -0,0 +1,90 @@
+style "theme-panel" = "dark" {
+ xthickness = 1
+ ythickness = 1
+ bg[NORMAL] = @panel_bg_color
+}
+
+style "xfdesktop-icon-view" {
+ XfdesktopIconView::label-alpha = 0
+ XfdesktopIconView::selected-label-alpha = 80
+ XfdesktopIconView::shadow-x-offset = 0
+ XfdesktopIconView::shadow-y-offset = 0
+ XfdesktopIconView::selected-shadow-x-offset = 0
+ XfdesktopIconView::selected-shadow-y-offset = 0
+ XfdesktopIconView::shadow-color = @tooltip_bg_color
+ XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
+ XfdesktopIconView::cell-spacing = 2
+ XfdesktopIconView::cell-padding = 6
+ XfdesktopIconView::cell-text-width-proportion = 1.9
+
+ fg[NORMAL] = shade (0.9, @selected_fg_color)
+ fg[ACTIVE] = @selected_fg_color
+
+}
+
+style "theme-panel-text" = "dark" {
+}
+
+style "panel-entry" = "dark" {
+}
+
+style "theme-main-menu-text" = "theme-panel-text"
+{
+ fg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = "#ffffff"
+}
+
+style "workspace-switcher" = "dark"
+{
+ bg[SELECTED] = shade (0.8, @selected_bg_color)
+}
+
+style "window-buttons" = "dark" {
+
+}
+
+style "indicator" = "theme-panel"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+widget "*PanelWidget*" style "theme-panel"
+widget "*PanelApplet*" style "theme-panel"
+widget "*fast-user-switch*" style "theme-panel"
+widget "*CPUFreq*Applet*" style "theme-panel"
+class "PanelApp*" style "theme-panel"
+class "PanelToplevel*" style "theme-panel"
+widget_class "*PanelToplevel*" style "theme-panel"
+widget_class "*notif*" style "theme-panel"
+widget_class "*Notif*" style "theme-panel"
+widget_class "*Tray*" style "theme-panel"
+widget_class "*tray*" style "theme-panel"
+widget_class "*computertemp*" style "theme-panel"
+widget_class "*Applet*Tomboy*" style "theme-panel"
+widget_class "*Applet*Netstatus*" style "theme-panel"
+
+# Fixes for tooltip text in some apps.
+widget_class "*Notif*Beagle*" style "theme-panel"
+widget_class "*Notif*Brasero*" style "theme-panel"
+
+# XFCE panel theming.
+widget "*Xfce*Panel*" style "theme-panel"
+class "*Xfce*Panel*" style "theme-panel"
+widget "*WnckPager*" style "workspace-switcher"
+widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
+
+# Fix gtk-entries in the panel
+class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
+widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin
+
+# Make sure panel text color doesn't change
+widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
+widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
+widget "*.clock-applet-button.*" style "theme-panel-text"
+widget "*PanelApplet*" style "theme-panel-text"
+
+# Override general panel-style with specific plugin-styles
+widget "*indicator-applet*" style "indicator"
+widget "*indicator-button*" style "indicator"
+#widget "*XfceTasklist*" style "dark_button"