2015-05-21 13:35:29 +00:00
|
|
|
#
|
|
|
|
# Thunar
|
|
|
|
#
|
|
|
|
style "thunar-handle" { GtkPaned::handle-size = 2 }
|
|
|
|
|
|
|
|
style "dark-sidebar" {
|
2015-07-08 19:30:55 +00:00
|
|
|
GtkTreeView::odd_row_color = @dark_sidebar_bg
|
|
|
|
GtkTreeView::even_row_color = @dark_sidebar_bg
|
2015-05-21 13:35:29 +00:00
|
|
|
|
|
|
|
|
2015-07-08 19:30:55 +00:00
|
|
|
base[NORMAL] = @dark_sidebar_bg
|
|
|
|
base[INSENSITIVE] = @dark_sidebar_bg
|
2015-05-21 13:35:29 +00:00
|
|
|
|
|
|
|
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"
|