aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-Y-Dark/gtk-2.0/apps.rc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Mint-Y-Dark/gtk-2.0/apps.rc')
-rw-r--r--themes/Mint-Y-Dark/gtk-2.0/apps.rc45
1 files changed, 45 insertions, 0 deletions
diff --git a/themes/Mint-Y-Dark/gtk-2.0/apps.rc b/themes/Mint-Y-Dark/gtk-2.0/apps.rc
new file mode 100644
index 00000000..88200773
--- /dev/null
+++ b/themes/Mint-Y-Dark/gtk-2.0/apps.rc
@@ -0,0 +1,45 @@
+
+########### FILE MANAGERS ##############
+
+style "thunar-handle" { GtkPaned::handle-size = 2 }
+
+style "dark-sidebar" {
+ GtkTreeView::odd_row_color = @dark_sidebar_bg
+ GtkTreeView::even_row_color = @dark_sidebar_bg
+
+
+ base[NORMAL] = @dark_sidebar_bg
+ base[INSENSITIVE] = @dark_sidebar_bg
+
+ text[NORMAL] = "#C3C3C3"
+ text[ACTIVE] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+}
+
+style "thunar-frame" {
+ xthickness = 0
+ ythickness = 0
+}
+
+# Thunar
+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"
+
+# Caja
+widget_class "*CajaSidePane*" style "dark-sidebar"
+
+
+
+####### TERMINAL ################
+
+style "terminal_screen"
+{
+ text[NORMAL] = "#ffffff"
+ base[NORMAL] = "#3f3f3f"
+
+ TerminalScreen::background-darkness = 0.9
+}
+
+widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"