aboutsummaryrefslogtreecommitdiff
path: root/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc
diff options
context:
space:
mode:
authorIndrajith2024-07-03 02:03:35 +0530
committerIndrajith2024-07-03 02:03:35 +0530
commit824022cd1f633c70c4d2782934251616756f4668 (patch)
treea310eb4bf72b26c2d110838b8c487daaa3537bea /.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc
parent57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (diff)
downloaddots-824022cd1f633c70c4d2782934251616756f4668.tar.gz
dots-824022cd1f633c70c4d2782934251616756f4668.tar.bz2
dots-824022cd1f633c70c4d2782934251616756f4668.zip
Dots Updated
* Adds GTK Themes * Adds wlogout * Adds tmux config * Adds Pywal-16-colors * Removed unwanted gtk folders * Config Updates * Fish * Hyprland * Hyprlock * Hyprpaper * waybar
Diffstat (limited to '.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc')
-rwxr-xr-x.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc24
1 files changed, 24 insertions, 0 deletions
diff --git a/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc b/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc
new file mode 100755
index 000000000..328ceb58c
--- /dev/null
+++ b/.themes/Kde-Story-Blue-Dark-GTK/gtk-2.0/apps/thunar.rc
@@ -0,0 +1,24 @@
+# ==============================================================================
+# THUNAR SPECIFIC SETTINGS
+# ==============================================================================
+
+style "sidepane" {
+
+ GtkTreeView::odd_row_color = @sidebar_bg
+ GtkTreeView::even_row_color = @sidebar_bg
+ 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)
+}
+
+style "thunar-frame" {
+ xthickness = 0
+ ythickness = 0
+}
+style "thunar-handle" { GtkPaned::handle-size = 2 }
+widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
+widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
+
+widget_class "*ThunarShortcutsView*" style "sidepane"
+widget_class "*ThunarTreeView*" style "sidepane"