r1298: Panel icons highlight when the pointer is over them.
[rox-filer.git] / ROX-Filer / Styles
blob555ac35e8559f3fc67fc5085782f01c89f20f55d
1 style "filer"
3         bg[NORMAL] = { 0.95, 0.95, 0.95}
4         fg[NORMAL] = { 0.0, 0.0, 0.0 }
5         /*
6          * Used for selected items when the filer does NOT own
7          * the primary selection.
8          */
9         bg[INSENSITIVE] = { 0.75, 0.75, 0.75 }
10         fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
13 style "fixed"
15         fontset = "fixed"
18 class "Collection" style "filer"
19 widget "*.fixed-style" style "fixed"