Skip to content

Commit

Permalink
Show focus-line in Thunar's iconview (Fixes #101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Aug 9, 2015
1 parent d4ae378 commit eee991b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,12 @@ style "infobar" {
}
}

style "iconview" {
engine "murrine" {
focusstyle = 1
}
}

style "nautilus_location" {
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
}
Expand Down Expand Up @@ -780,6 +786,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "treeview-header"
widget_class "*GnmSimpleCanvas*" style "treeview-header" # Gnumeric treeview-headers

# Xfce specific theming
widget_class "*ExoIconView*" style "iconview"
widget_class "*XfceHeading*" style "xfce-header"
widget "xfwm4-tabwin*" style "xfwm-tabwin"
widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
Expand Down

0 comments on commit eee991b

Please sign in to comment.