aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/apps.rc
diff options
context:
space:
mode:
authorHorst31802015-05-28 17:41:22 +0200
committerHorst31802015-05-28 17:41:22 +0200
commitf21150e179d2ceae1e743041fbf9ea9eddc93d9a (patch)
treead8b0021f8f1501e5b1935a9053bdab5c6bdd8fc /common/gtk-2.0/apps.rc
parentd533557384041bfc1a73c0ee9f65c4184a4ec92a (diff)
downloadsolarc-theme-f21150e179d2ceae1e743041fbf9ea9eddc93d9a.tar.gz
solarc-theme-f21150e179d2ceae1e743041fbf9ea9eddc93d9a.tar.xz
solarc-theme-f21150e179d2ceae1e743041fbf9ea9eddc93d9a.zip
add build system
Diffstat (limited to 'common/gtk-2.0/apps.rc')
-rw-r--r--common/gtk-2.0/apps.rc27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc
new file mode 100644
index 0000000..de154bd
--- /dev/null
+++ b/common/gtk-2.0/apps.rc
@@ -0,0 +1,27 @@
+#
+# Thunar
+#
+style "thunar-handle" { GtkPaned::handle-size = 2 }
+
+style "dark-sidebar" {
+ GtkTreeView::odd_row_color = "#3c4049"
+ GtkTreeView::even_row_color = "#3c4049"
+
+
+ base[NORMAL] = "#3c4049"
+ base[INSENSITIVE] = "#3c4049"
+
+ text[NORMAL] = "#a8adb5"
+ text[ACTIVE] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+}
+
+style "thunar-frame" {
+ xthickness = 0
+ ythickness = 0
+}
+
+widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
+widget_class "*ThunarShortcutsView*" style "dark-sidebar"
+widget_class "*ThunarTreeView*" style "dark-sidebar"
+widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"