summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-12-28 23:42:04 +0100
committerRobin Gareus <robin@gareus.org>2014-12-29 00:05:58 +0100
commit957e72724cab48677e632603d3f100582c0ce4bc (patch)
tree129cceb0f2ecf904c69c67fd3951665f79d59eb9 /gtk2_ardour/clearlooks.rc.in
parent4973ddc4783756123766b51731107b74bd163477 (diff)
quick hack to lighten up font scale slider tick-marks
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 68f3cc64b5..cef1eaa35d 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -501,6 +501,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 +1039,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"