From 7006ec44d8dcbd1a465c69aa55951961e060e28f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 21 May 2015 15:35:29 +0200 Subject: dark sidebars for nemo, thunar, pantheon-files and some fixes --- gtk-2.0/apps.rc | 27 +++++++++++++++++++++++++++ gtk-2.0/gtkrc | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 gtk-2.0/apps.rc (limited to 'gtk-2.0') diff --git a/gtk-2.0/apps.rc b/gtk-2.0/apps.rc new file mode 100644 index 0000000..de154bd --- /dev/null +++ b/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*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 4119757..3013c73 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -4,7 +4,8 @@ gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. gtk-auto-mnemonics = 1 gtk-primary-button-warps-slider = 1 -include "panel.rc" # This includes the file that handles the panels. +include "apps.rc" +include "panel.rc" # This includes the file that handles the panels. style "default" { -- cgit v1.2.3