Separate MonoSpace & Clock font.
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 68f3cc64b5c6e110dfec0d0f5511aa3943bf3c29..081629face532553894aa7879639ae291dde5b45 100644 (file)
@@ -1,3 +1,5 @@
+gtk-button-images = 0                                                        # [ Default value: 1 ] Show stock icons on buttons.
+
 style "default" = "medium_text"
 {
   #Original values for reference
@@ -99,7 +101,7 @@ style "default" = "medium_text"
   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
 
   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
-  GtkEntry            :: cursor-color = @fg_selected
+  GtkEntry            :: cursor-color = @bg_selected
 
   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
 
@@ -231,9 +233,9 @@ style "small_text"
        font_name = "@FONT_SMALL@"
 }
 
-style "small_mono_text"
+style "small_clock"
 {
-       font_name = "@MONOSPACE@ @FONT_SMALLER@"
+       font_name = "@CLOCKFONT@ @FONT_SMALLER@"
 }
 
 style "small_italic_text"
@@ -278,9 +280,9 @@ style "big_text"
         font_name = "@FONT_BIG@"
 }
 
-style "bigger_mono_text"
+style "bigger_clock"
 {
-       font_name = "@MONOSPACE@ @FONT_BIGGER@"
+       font_name = "@CLOCKFONT@ @FONT_BIGGER@"
 }
 
 style "larger_text"
@@ -288,9 +290,9 @@ style "larger_text"
        font_name = "@FONT_LARGE@"
 }
 
-style "monospace massive_text"
+style "massive_clock"
 {
-       font_name = "@MONOSPACE@ bold @FONT_MASSIVE@"
+       font_name = "@CLOCKFONT@ bold @FONT_MASSIVE@"
 }
 
 style "big_bold_text"
@@ -501,6 +503,14 @@ style "option_entry"  = "default"
 
 }
 
+style "font_scale_slider" = "default"
+{
+  # scale-marks are based on style->dark/light,
+       # which cannot be specified directly in the gtkrc.
+       # this is a quick hack to increase visibility of the marks
+  bg[NORMAL] = shade(1.4, @background)
+}
+
 style "very_small_bright_when_active" = "very_small_text"
 {
        fg[NORMAL] = @foreground
@@ -1031,6 +1041,7 @@ widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
 widget "*OptionsNotebook" style:highest "preferences"
 widget "*OptionsLabel" style:highest "preferences"
 widget "*OptionsEntry" style:highest "option_entry"
+widget "*FontScaleSlider" style:highest "font_scale_slider"
 widget "*InspectorNotebook" style:highest "preferences"
 widget "*EditorRulerLabel*" style:highest "ruler_label"
 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
@@ -1044,16 +1055,16 @@ widget "*FatalMessage" style:highest "fatal_message"
 widget "*InfoMessage" style:highest "info_message"
 widget "*WarningMessage" style:highest "warning_message"
 
-widget "*big clock" style:highest "monospace massive_text"
-widget "*selection clock" style:highest "small_mono_text"
-widget "*punch clock" style:highest "small_mono_text"
-widget "*transport clock" style:highest "bigger_mono_text"
-widget "*secondary clock" style:highest "bigger_mono_text"
-widget "*transport delta clock" style:highest "bigger_mono_text"
-widget "*secondary delta clock" style:highest "bigger_mono_text"
+widget "*big clock" style:highest "massive_clock"
+widget "*selection clock" style:highest "small_clock"
+widget "*punch clock" style:highest "small_clock"
+widget "*transport clock" style:highest "bigger_clock"
+widget "*secondary clock" style:highest "bigger_clock"
+widget "*transport delta clock" style:highest "bigger_clock"
+widget "*secondary delta clock" style:highest "bigger_clock"
 widget "*silence duration clock" style:highest "medium_text"
 widget "*edit point clock" style:highest "medium_text"
-widget "*nudge clock" style:highest "small_mono_text"
+widget "*nudge clock" style:highest "small_clock"
 widget "*menubar clock" style:highest "medium_text"
 widget "*zoomrange clock" style:highest "medium_text"
 widget "*timecodeoffset clock" style:highest "medium_text"