Skip to content

Commit

Permalink
gtk-2: fix background color for treeview-header.
Browse files Browse the repository at this point in the history
In gtk-3, this is called "column-header".
  • Loading branch information
debug-ito committed Apr 26, 2016
1 parent e76cd8a commit 62cf1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk-2.0/gtkrc
Expand Up @@ -201,7 +201,7 @@ style "treeview-header" = "button" {
ythickness = 1

bg[NORMAL] = shade (1.14, @bg_color)
bg[PRELIGHT] = shade (1.18, @bg_color)
bg[PRELIGHT] = shade (1.18, @selected_bg_color)
bg[ACTIVE] = shade (0.85, @bg_color)

engine "murrine"
Expand Down

0 comments on commit 62cf1d0

Please sign in to comment.