more color work, including removing rgba{_p_}_from_style()
[ardour.git] / gtk2_ardour / fonts.rc.in
1 style "very_small_text"
2 {
3         font_name = "@FONT_SMALLER@"
4 }
5
6 style "small_text"
7 {
8         font_name = "@FONT_SMALL@"
9 }
10
11 style "small_mono_text"
12 {
13         font_name = "@MONOSPACE@ @FONT_SMALLER@"
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_LARGE@"
51 }
52
53 style "big_text"
54 {
55         font_name = "@FONT_BIG@"
56 }
57
58 style "bigger_mono_text"
59 {
60         font_name = "@MONOSPACE@ @FONT_BIGGER@"
61 }
62
63 style "larger_text"
64 {
65         font_name = "@FONT_LARGE@"
66 }
67
68 style "monospace massive_text"
69 {
70         font_name = "@MONOSPACE@ bold @FONT_MASSIVE@"
71 }
72
73 style "big_bold_text"
74 {
75         font_name = "bold @FONT_LARGER@"
76 }
77
78 style "plugin_name_text" = "big_bold_text"
79 {
80         fg[NORMAL] = @@COLPREFIX@_text
81 }
82
83 style "plugin_maker_text" = "large_bold_text"
84 {
85         fg[NORMAL] = @@COLPREFIX@_text
86 }
87
88 style "verbose_canvas_cursor" = "big_bold_text"
89 {
90 }
91
92 style "marker_text" = "small text"
93 {
94 }
95
96 style "midi_tracer_textview" = "medium_monospace_text"
97 {
98         
99 }
100
101 style "time_axis_view_item_name" = "very small text"
102 {
103 }