thunar.rc 863 B

12345678910111213141516171819202122232425
  1. # ==============================================================================
  2. # THUNAR SPECIFIC SETTINGS
  3. # ==============================================================================
  4. style "sidepane" {
  5. GtkTreeView::odd_row_color = @sidebar_bg
  6. GtkTreeView::even_row_color = @sidebar_bg
  7. base[NORMAL] = @bg_color
  8. base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color))
  9. bg[NORMAL] = @bg_color
  10. text[NORMAL] = mix(0.9, @fg_color, @bg_color)
  11. }
  12. style "thunar-frame" {
  13. xthickness = 0
  14. ythickness = 0
  15. }
  16. style "thunar-handle" { GtkPaned::handle-size = 2 }
  17. widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
  18. widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
  19. widget_class "*ThunarShortcutsView*" style "sidepane"
  20. widget_class "*ThunarTreeView*" style "sidepane"