add_option() after addings its choices so that it gets
[ardour.git] / gtk2_ardour / ardour3_fonts.rc.in
1 style "smallest_text"
2 {
3         font_name = "@FONT_TINY@"
4 }
5
6 style "very_small_text"
7 {
8         font_name = "@FONT_SMALLER@"
9 }
10
11 style "small_text"
12 {
13         font_name = "@FONT_SMALL@"
14 }
15
16 style "small_italic_text"
17 {
18         font_name = "italic @FONT_SMALL@"
19 }
20
21 style "small_bold_text"
22 {
23         font_name = "bold @FONT_SMALL@"
24 }
25
26 style "medium_bold_text"
27 {
28         font_name = "bold @FONT_NORMAL@"
29 }
30
31 style "medium_text"
32 {
33         font_name = "@FONT_NORMAL@"
34 }
35
36 style "medium_monospace_text"
37 {
38         font_name = "monospace @FONT_SIZE_NORMAL@"
39 }
40
41 style "red_medium_text" = "medium_text"
42 {       
43         fg[NORMAL] = @@COLPREFIX@_bright_indicator
44         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
45         fg[SELECTED] = @@COLPREFIX@_bright_indicator
46 }
47
48 style "large_bold_text"
49 {
50         font_name = "bold @FONT_BIGGER@"
51 }
52
53 style "larger_text"
54 {
55         font_name = "@FONT_LARGE@"
56 }
57
58 style "larger_bold_text"
59 {
60         font_name = "bold @FONT_LARGE@"
61 }
62
63 style "big_bold_text"
64 {
65         font_name = "bold @FONT_LARGER@"
66 }
67
68 style "plugin_name_text" = "big_bold_text"
69 {
70         fg[NORMAL] = @@COLPREFIX@_text
71 }
72
73 style "plugin_maker_text" = "larger_bold_text"
74 {
75         fg[NORMAL] = @@COLPREFIX@_text
76 }
77
78 style "verbose_canvas_cursor" = "big_bold_text"
79 {
80 }
81
82 style "marker_text" = "small text"
83 {
84 }
85
86 style "midi_tracer_textview" = "medium_monospace_text"
87 {
88         
89 }
90
91 style "time_axis_view_item_name" = "very small text"
92 {
93 }