Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / spectrum / spectrum-gtkrc
blobe677fef25410e332c5de6de10967b1b02f585138
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 = 1
11         GtkExpander :: expander-size = 8
12         GtkExpander :: expander-spacing = 20
13         GtkToggle :: toggle-size = 8
14         GtkToggle :: toggle-spacing = 20
16         bg[NORMAL]="#b0c0d8"
17         bg[ACTIVE]="#c0e0ff"
18         bg[PRELIGHT]="#d0e6ff"
19         bg[SELECTED]="#d0e6ff"
20         bg[INSENSITIVE]="#b0c0d8"
22         fg[NORMAL]="#000000"
23         fg[ACTIVE]="#000000"
24         fg[PRELIGHT]="#000000"
25         fg[SELECTED]="#000000"
26         fg[INSENSITIVE]="#8ea0be"
28         text[NORMAL]="#000000"
29         text[ACTIVE]="#000000"
30         text[PRELIGHT]="#000000"
31         text[SELECTED]="#000000"
32         text[INSENSITIVE]="#8ea0be"
35 style "panel" {
36         bg[NORMAL]="#d0d0d0"
37         bg[ACTIVE]="#d0d0d0"
38         bg[PRELIGHT]="#d0d0d0"
40         text[NORMAL]="#000000"
41         text[ACTIVE]="#000000"
42         text[PRELIGHT]="#000000"
44         fg[NORMAL]="#000000"
45         fg[ACTIVE]="#000000"
46         fg[PRELIGHT]="#000000"
49 style "controlpanel" {
50         bg[NORMAL]="#8ea0be"
52         text[NORMAL]="#000000"
53         text[ACTIVE]="#000000"
54         text[PRELIGHT]="#000000"
56         fg[NORMAL]="#000000"
57         fg[ACTIVE]="#000000"
58         fg[PRELIGHT]="#000000"
62 style "top-control" {
63         font_name = "sans 8"
65         base[NORMAL]="#b0c0d8"
66         base[ACTIVE]="#c0e0ff"
67         bg[NORMAL]="#b0c0d8"
68         bg[ACTIVE]="#c0e0ff"
69         bg[PRELIGHT]="#d0e6ff"
70         bg[SELECTED]="#d0e6ff"
71         base[PRELIGHT]="#d0e6ff"
72         base[SELECTED]="#d0e6ff"
73         base[INSENSITIVE]="#c0c0c0"
75         text[NORMAL]="#000000"
78 style "top-label" {
79         font_name = "sans 8"
80         fg[NORMAL]="#405080"
81         fg[PRELIGHT]="#405080"
82         fg[ACTIVE]="#405080"
83         fg[SELECTED]="#405080"
84         fg[INSENSITIVE]="#405080"
87 style "top-readout" {
88         font_name = "sans 8"
91 style "panel-text" {
92         font_name = "sans 8"
93         fg[NORMAL]="#505080"
96 style "scale-text" {
97         font_name = "sans 7"
100 style "readout" {
101         font_name = "sans 8"
104 class "*" style "panel"
106 widget "*.top-control*" style "top-control"
107 widget "*.top-label*" style "top-label"
108 widget "*.top-readout*" style "top-readout"
110 widget "*.controlpanel*.GtkLabel" style "panel-text"
111 widget "*.Plot" style "scale-text"
113 widget "*.GtkEntry" style "readout"
114 class "GtkMenu" style "button-poppy"
115 widget_class "*Menu*" style "button-poppy"
117 widget_class "*.GtkMenuItem.*" style "button-poppy"
118 widget_class "*Frame*" style "button-poppy"
120 widget "*.GtkComboBox*" style "button-poppy"
121 widget "*.GtkToggleButton*" style "button-poppy"
122 widget "*.GtkButton*" style "button-poppy"
123 widget "*.controlpanel" style "controlpanel"
124 widget "*.controlpanel.*Sep*" style "button-poppy"
125 widget "*.readout" style "readout"