replace unicode dash with (monospace) minus.
[ardour.git] / gtk2_ardour / ardour3_styles.rc.in
index 38b2213bd7c16f36f738e6b8df6aac39fd6bea18..0872fc914132d5f6e19e28b1fbd5fa2ec0bbaf0e 100644 (file)
@@ -72,9 +72,9 @@ style "gain_fader"
        bg[ACTIVE] = shade (0.705, @@COLPREFIX@_bg)
        bg[INSENSITIVE] = shade (0.705, @@COLPREFIX@_bg)
 
-        fg[INSENSITIVE] = shade (0.7, @@COLPREFIX@_bright_color)
-        fg[NORMAL] = shade (0.7, @@COLPREFIX@_bright_color)
-       fg[ACTIVE] = shade (0.705, @@COLPREFIX@_bright_color)
+        fg[INSENSITIVE] = { 0.525, 0.521, 0.568 }
+        fg[NORMAL] = { 0.525, 0.521, 0.568 }
+       fg[ACTIVE] = { 0.525, 0.521, 0.568 }
 }
 
 #MSR and related buttons
@@ -361,9 +361,9 @@ style "mixer_red_active_button" = "very_small_button"
        bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
 }
 
-style "time_button" = "default_button"
+style "ruler_label" = "small_bold_text"
 {
-       font_name = "@FONT_SMALL@"
+        fg[NORMAL] = @@COLPREFIX@_light_text_on_dark
 }
 
 style "transport_button"