summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_fonts.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-09 15:44:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-09 15:44:09 +0000
commit5b3916c62ec07168b8c554a87241917b06d54fb9 (patch)
treef4cacb95c11e25183558775db3ebb908303836e1 /gtk2_ardour/ardour3_fonts.rc.in
parent1a2a58fdd61efeff7ae5ebbb699526220bb47a6f (diff)
split style files apart to better maintain consistency (generates a useless error during program startup - thanks GTK); metronome icon for (moved) click button; move punch in/out buttons around
git-svn-id: svn://localhost/ardour2/branches/3.0@9697 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_fonts.rc.in')
-rw-r--r--gtk2_ardour/ardour3_fonts.rc.in93
1 files changed, 93 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour3_fonts.rc.in b/gtk2_ardour/ardour3_fonts.rc.in
new file mode 100644
index 0000000000..8fbf37c30a
--- /dev/null
+++ b/gtk2_ardour/ardour3_fonts.rc.in
@@ -0,0 +1,93 @@
+style "smallest_text"
+{
+ font_name = "@FONT_TINY@"
+}
+
+style "very_small_text"
+{
+ font_name = "@FONT_SMALLER@"
+}
+
+style "small_text"
+{
+ font_name = "@FONT_SMALL@"
+}
+
+style "small_italic_text"
+{
+ font_name = "italic @FONT_SMALL@"
+}
+
+style "small_bold_text"
+{
+ font_name = "bold @FONT_SMALL@"
+}
+
+style "medium_bold_text"
+{
+ font_name = "bold @FONT_NORMAL@"
+}
+
+style "medium_text"
+{
+ font_name = "@FONT_NORMAL@"
+}
+
+style "medium_monospace_text"
+{
+ font_name = "monospace @FONT_SIZE_NORMAL@"
+}
+
+style "red_medium_text" = "medium_text"
+{
+ fg[NORMAL] = @@COLPREFIX@_bright_indicator
+ fg[ACTIVE] = @@COLPREFIX@_bright_indicator
+ fg[SELECTED] = @@COLPREFIX@_bright_indicator
+}
+
+style "large_bold_text"
+{
+ font_name = "bold @FONT_BIGGER@"
+}
+
+style "larger_text"
+{
+ font_name = "@FONT_LARGE@"
+}
+
+style "larger_bold_text"
+{
+ font_name = "bold @FONT_LARGE@"
+}
+
+style "big_bold_text"
+{
+ font_name = "bold @FONT_LARGER@"
+}
+
+style "plugin_name_text" = "big_bold_text"
+{
+ fg[NORMAL] = @@COLPREFIX@_text
+}
+
+style "plugin_maker_text" = "larger_bold_text"
+{
+ fg[NORMAL] = @@COLPREFIX@_text
+}
+
+style "verbose_canvas_cursor" = "big_bold_text"
+{
+}
+
+style "marker_text" = "small text"
+{
+}
+
+style "midi_tracer_textview" = "medium_monospace_text"
+{
+
+}
+
+style "time_axis_view_item_name" = "very small text"
+{
+}