Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.themes/Nordic/gtk-2.0/apps/thunar.rc
2021-12-27 21:04:49 -08:00

24 lines
863 B
Text
Executable file

# ==============================================================================
# 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"