aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/apps.rc
blob: de154bd3c669629ef9040f6d13331d5c56d9f1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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*.<GtkScrolledWindow>"       style "thunar-frame"
widget_class "*ThunarShortcutsView*"                    style "dark-sidebar"
widget_class "*ThunarTreeView*"                         style "dark-sidebar"
widget_class "*ThunarWindow*.<GtkHPaned>"               style "thunar-handle"