Allow using ArdourSans as optional default font
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index fa52b8ade9efe81db0658fbb4c3c9590ab3cfb3b..e2d25acb65d135c7f77d41c6bafe5559a2d29356 100644 (file)
@@ -104,7 +104,7 @@ style "default" = "medium_text"
 
   GtkEntry::cursor_color = @entry_cursor
   GtkEntry::state-hint = 0
-  
+
   bg[NORMAL]          = @background
   bg[PRELIGHT]        = shade(1.1, @background)
   bg[ACTIVE]          = shade(0.9, @background)
@@ -277,17 +277,17 @@ style "time_info_box"
 
 style "status_bar_box"
 {
-        bg[NORMAL] = @darkest
+        bg[NORMAL] = @background
 }
 
 style "very_small_text"
 {
-       font_name = "@FONT_SMALLER@"
+       font_name = "@FONTFAMILY@ @FONT_SMALLER@"
 }
 
 style "small_text"
 {
-       font_name = "@FONT_SMALL@"
+       font_name = "@FONTFAMILY@ @FONT_SMALL@"
 }
 
 style "small_clock"
@@ -297,22 +297,22 @@ style "small_clock"
 
 style "small_italic_text"
 {
-       font_name = "italic @FONT_SMALL@"
+       font_name = "@FONTFAMILY@ italic @FONT_SMALL@"
 }
 
 style "small_bold_text"
 {
-       font_name = "bold @FONT_SMALL@"
+       font_name = "@FONTFAMILY@ bold @FONT_SMALL@"
 }
 
 style "medium_bold_text"
 {
-       font_name = "bold @FONT_NORMAL@"
+       font_name = "@FONTFAMILY@ bold @FONT_NORMAL@"
 }
 
 style "medium_text"
 {
-       font_name = "@FONT_NORMAL@"
+       font_name = "@FONTFAMILY@ @FONT_NORMAL@"
 }
 
 style "medium_monospace_text"
@@ -329,12 +329,12 @@ style "red_medium_text" = "medium_text"
 
 style "large_bold_text"
 {
-       font_name = "bold @FONT_LARGE@"
+       font_name = "@FONTFAMILY@ bold @FONT_LARGE@"
 }
 
 style "big_text"
 {
-        font_name = "@FONT_BIG@"
+        font_name = "@FONTFAMILY@ @FONT_BIG@"
 }
 
 style "bigger_clock"
@@ -344,7 +344,7 @@ style "bigger_clock"
 
 style "larger_text"
 {
-       font_name = "@FONT_LARGE@"
+       font_name = "@FONTFAMILY@ @FONT_LARGE@"
 }
 
 style "massive_clock"
@@ -354,7 +354,7 @@ style "massive_clock"
 
 style "big_bold_text"
 {
-       font_name = "bold @FONT_LARGER@"
+       font_name = "@FONTFAMILY@ bold @FONT_LARGER@"
 }
 
 style "plugin_name_text" = "big_bold_text"
@@ -375,6 +375,11 @@ style "marker_text" = "small text"
 {
 }
 
+style "text_on_bg" = "medium_text"
+{
+       base[NORMAL] = @background
+}
+
 style "midi_tracer_textview" = "medium_monospace_text"
 {
 
@@ -408,10 +413,20 @@ style "base_frame"
        bg[NORMAL] = @background
 }
 
+style "text_highlight_frame"
+{
+       fg[NORMAL] = shade (0.4, @texts)
+       bg[NORMAL] = shade (0.4, @texts)
+}
+
 style "transport_frame"
 {
 }
 
+style "editor_window"
+{
+}
+
 style "transport_base" = "medium_bold_text"
 {
 }
@@ -724,6 +739,13 @@ style "audio_bus_base" = "very_small_text"
        bg[ACTIVE] = @background
 }
 
+style "foldback_bus_base" = "very_small_text"
+{
+       fg[NORMAL] = @foreground
+       bg[NORMAL] = @foldback_bg
+       bg[ACTIVE] = @background
+}
+
 style "send_strip_base" = "default"
 {
        font_name = " 8"
@@ -1092,12 +1114,16 @@ widget "*zoomrange clock" style:highest "medium_text"
 widget "*timecodeoffset clock" style:highest "medium_text"
 
 widget "*BaseFrame" style:highest "base_frame"
+widget "*TextHighlightFrame" style:highest "text_highlight_frame"
 widget "*TransportFrame" style:highest "transport_frame"
 widget "*TransportFrame*" style:highest  "transport_frame"
+widget "*EditorWindow*" style:highest  "editor_window"
+widget "*EditorWindow" style:highest  "editor_window"
 
 widget "*SendStripBase" style:highest "send_strip_base"
 widget "*AudioTrackStripBase" style:highest "audio_track_base"
 widget "*AudioBusStripBase" style:highest "audio_bus_base"
+widget "*FoldbackBusStripBase" style:highest "foldback_bus_base"
 widget "*MidiTrackStripBase" style:highest "midi_track_base"
 widget "*AudioTrackStripBaseInactive" style:highest "track_header_inactive"
 widget "*AudioBusStripBaseInactive" style:highest "track_header_inactive"
@@ -1146,6 +1172,7 @@ widget "*MidiTrackControlsBaseSelected" style:highest "track_header_selected"
 widget "*BusControlsBaseSelected" style:highest "track_header_selected"
 widget "*AutomationTrackControlsBase" style:highest "automation_track_header"
 widget "*AutomationTrackControlsBaseSelected" style:highest "track_header_selected"
+widget "*ControlMasterBaseSelected" style:highest "track_header_selected"
 widget "*PluginParameterLabel" style:highest "medium_text"
 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
@@ -1200,6 +1227,7 @@ widget "*ChannelCountSelector" style:highest "medium_bold_entry"
 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
 widget "*ProcessorList*" style:highest "processor_list"
 widget "*PortMatrixLabel*" style:highest "small_text"
+widget "*MainMenuBar" style:highest "status_bar_box"
 widget "*midi device" style:highest "midi_device"
 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
 widget "*meterbridge label" style:highest "meterbridge_label"
@@ -1221,4 +1249,4 @@ widget "*ooltip*" style:highest "tooltip"
 widget "*Pane" style:highest "pane"
 widget "*Pane.Divider" style:highest "pane"
 widget "*VCALabelBar*" style:highest "vca_label_bar"
-
+widget "*TextOnBackground" style:highest "text_on_bg"