summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fonts.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-07 10:25:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-07 10:25:46 -0400
commitdcf4d7b38a5d9e0db31924912180edd6c922ca34 (patch)
tree69863b816971509fa0f7ae0d6c38d553ec793326 /gtk2_ardour/fonts.rc.in
parent6a9cf1e210e9cb6cb37e0137aec14e6a380e5147 (diff)
change all GUI config files (GTK RC and our own XML config files) to use product-neutral names
Conflicts: gtk2_ardour/ui_config.cc gtk2_ardour/ui_default.conf.in gtk2_ardour/wscript
Diffstat (limited to 'gtk2_ardour/fonts.rc.in')
-rw-r--r--gtk2_ardour/fonts.rc.in103
1 files changed, 103 insertions, 0 deletions
diff --git a/gtk2_ardour/fonts.rc.in b/gtk2_ardour/fonts.rc.in
new file mode 100644
index 0000000000..8d09ff0f1d
--- /dev/null
+++ b/gtk2_ardour/fonts.rc.in
@@ -0,0 +1,103 @@
+style "very_small_text"
+{
+ font_name = "@FONT_SMALLER@"
+}
+
+style "small_text"
+{
+ font_name = "@FONT_SMALL@"
+}
+
+style "small_mono_text"
+{
+ font_name = "@MONOSPACE@ @FONT_SMALLER@"
+}
+
+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_LARGE@"
+}
+
+style "big_text"
+{
+ font_name = "@FONT_BIG@"
+}
+
+style "bigger_mono_text"
+{
+ font_name = "@MONOSPACE@ @FONT_BIGGER@"
+}
+
+style "larger_text"
+{
+ font_name = "@FONT_LARGE@"
+}
+
+style "monospace massive_text"
+{
+ font_name = "@MONOSPACE@ bold @FONT_MASSIVE@"
+}
+
+style "big_bold_text"
+{
+ font_name = "bold @FONT_LARGER@"
+}
+
+style "plugin_name_text" = "big_bold_text"
+{
+ fg[NORMAL] = @@COLPREFIX@_text
+}
+
+style "plugin_maker_text" = "large_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"
+{
+}