From 22371b1a2746d804d034e3a318a0ff77eaac303d Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 22 Jun 2013 11:14:18 +0530 Subject: [PATCH] Merge thunar styles into the main file --- gtk-2.0/apps/thunar.rc | 15 --------------- gtk-2.0/gtkrc | 27 ++++++++++++++++++++++----- 2 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 gtk-2.0/apps/thunar.rc diff --git a/gtk-2.0/apps/thunar.rc b/gtk-2.0/apps/thunar.rc deleted file mode 100644 index 4722bb8..0000000 --- a/gtk-2.0/apps/thunar.rc +++ /dev/null @@ -1,15 +0,0 @@ -style "sidepane" -{ - base[NORMAL] = @bg_color - base[INSENSITIVE] = mix (0.4, shade (1.35,@selected_bg_color), shade (0.9,@base_color)) - bg[NORMAL] = @bg_color - text[NORMAL] = mix(0.9, @fg_color, @bg_color) -} - -widget_class "*ThunarShortcutsView*" style "sidepane" -widget_class "*ThunarTreeView*" style "sidepane" -widget_class "*ThunarLocationEntry*" style "murrine-entry" - -# Gtk2 Open-File Dialog -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header" \ No newline at end of file diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 0673af8..e43064b 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -560,14 +560,15 @@ style "xfsm-logout" { text[NORMAL] = @menu_fg_color engine "murrine" { - } + } } style "xfsm-logout-button" { bg[NORMAL] = shade (1.2, @menu_bg_color) bg[PRELIGHT] = shade (1.4, @menu_bg_color) + engine "murrine" { - } + } } widget "*WnckPager*" style "workspace-switcher" @@ -575,6 +576,24 @@ widget "*WnckPager*" style "workspace-switcher" widget "*Xfce*Panel*" style "murrine-panel" class "*Xfce*Panel*" style "murrine-panel" +# Thunar Styles + +style "sidepane" { + base[NORMAL] = @bg_color + base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color)) + bg[NORMAL] = @bg_color + text[NORMAL] = mix (0.9, @fg_color, @bg_color) +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*ThunarLocationEntry*" style "murrine-entry" + +# Gtk2 Open-File Dialog + +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header" + # Google Chrome/Chromium Styles (requires 9.0.597 or newer) style "chromium-toolbar-button" { @@ -606,7 +625,7 @@ class "ChromeGtkFrame" style "chrome-gtk-frame" widget_class "*Chrom*Button*" style "chromium-toolbar-button" -# General Style Application +# General Styles class "GtkWidget" style "murrine-default" @@ -748,5 +767,3 @@ widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" widget "xfwm4-tabwin*" style "xfwm-tabwin" widget_class "*XfsmLogoutDialog*" style "xfsm-logout" widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button" - -include "apps/thunar.rc" \ No newline at end of file