Initial commit
[fillmore] / resources / fillmore.rc
1 /* Copyright 2009-2010 Yorba Foundation
2  *
3  * This software is licensed under the GNU Lesser General Public License
4  * (version 2.1 or later).  See the COPYING file in this distribution. 
5  */
6
7 style "pan" {
8     GtkHScrollbar::fixed-slider-length = 1
9     GtkHScrollbar::min-slider-length = 12
10     GtkHScrollbar::has-forward-stepper = 0
11     GtkHScrollbar::has-backward-stepper = 0
12     fg[SELECTED] = "tan"
13     fg[NORMAL] = "dark slate grey"
14 }
15
16 style "hseparator" {
17     bg[NORMAL] = "#666"
18 }
19
20 class "PanSlider" style "pan"
21 class "VolumeSlider" style "pan"
22 class "TrackSeparator" style "hseparator"