VS2008 project files.
[xiph/unicode.git] / spectrum / spectrum-gtkrc
blobcb4655c3fc194f3bf890a71916db2703d440ceee
1 style "button-poppy" {
3         font_name = "sans 8"
4         GtkButton::relief = none
6         GtkButton::focus-padding = 0
7         GtkButton::focus-line-width = 1
8         GtkButton::interior-focus = 0
11 style "panel" {
12         bg[NORMAL]="#c0c0ce" 
13         bg[ACTIVE]="#e0f0ff" 
14         bg[PRELIGHT]="#e0f0ff" 
16         text[NORMAL]="#000000"
17         text[ACTIVE]="#000000"
18         text[PRELIGHT]="#000000" 
20         fg[NORMAL]="#000000"
21         fg[ACTIVE]="#000000"
22         fg[PRELIGHT]="#000000" 
26 style "panel-text" {
27         font_name = "sans bold 7"
30 style "scale-text" {
31         font_name = "sans 7"
34 style "readout" {
35         font_name = "sans 8"
38 style "frame-label" {
39         font_name = "sans bold 10"
42 style "small-readout" {
43         base[NORMAL]="#ffffff" 
44         base[ACTIVE]="#ffffff" 
45         bg[NORMAL]="#ffffff" 
46         bg[ACTIVE]="#ffffff" 
47         text[NORMAL]="#606060"
48         font_name = "Fixed, Nimbus Mono L, Courier, Monospace 8"        
51 style "quitbutton" {
52         bg[NORMAL]="#d0d0d0"
53         bg[PRELIGHT]="#ffc0c0"
54         bg[ACTIVE]="#ffc0c0"
55         font_name = "sans 8"    
56         GtkButton::focus-padding = 0
57         GtkButton::focus-line-width = 1
58         GtkButton::interior-focus = 0
61 widget "*" style "panel"
62 widget "*.GtkLabel" style "panel-text"
63 widget "*.Plot" style "scale-text"
64 widget "*.framelabel" style "frame-label"
66 widget "*.GtkEntry" style "readout"
67 widget "*.GtkMenu*" style "button-poppy"
68 widget "*.GtkComboBox*" style "button-poppy"
69 widget "*.GtkToggleButton*" style "button-poppy"
70 widget "*.GtkButton*" style "button-poppy"
71 widget "*.quitbutton" style "quitbutton"
72 widget "*.quitbutton.GtkLabel" style "quitbutton"
73 widget "*.readout" style "readout"