summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-01-17 16:40:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-01-17 16:40:57 +0000
commit2e582e03e433d4fab22b8dcd1d46b9caef387cb5 (patch)
tree656ef9a9575f1dd54c91f7f02952942a4644ec89 /gtk2_ardour/ardour2_ui.rc
parentaa659d3788d6aa67eabf24ea43e73da764e6827f (diff)
a metric boatload of changes; plugin UIs work, adding tracks work, redirect list is useful again, and more
git-svn-id: svn://localhost/trunk/ardour2@273 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc49
1 files changed, 41 insertions, 8 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index 248d5d00ad..0edce5a2c8 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -627,13 +627,26 @@ style "automation_track_controls_base"
# Plugin Editors
style "plugin_slider"
{
- font_name ="sans medium 10"
+ font_name ="sans bold 10"
- fg[NORMAL] = { 0.45, 0.45, 0.45 }
- fg[ACTIVE] = { 0.45, 0.45, 0.45 }
- fg[INSENSITIVE] = {0.0, 0.0, 0.0 } # matches default_base
- fg[SELECTED] = { 0.45, 0.45, 0.45 }
- fg[PRELIGHT] = { 0.45, 0.45, 0.45 }
+ # the slider itself. the inactive part is INSENSITIVE,
+ # the active part is something else.
+
+ fg[NORMAL] = { 0.37, 0.43, 0.52 }
+ fg[ACTIVE] = { 0.37, 0.43, 0.52 }
+ fg[INSENSITIVE] = {0.40, 0.40, 0.40 } # matches default_base
+ fg[SELECTED] = { 0.37, 0.43, 0.52 }
+ fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
+
+ # draws the outer rectangle around the slider
+
+ bg[NORMAL] = { 0.80, 0.80, 0.80 }
+ bg[ACTIVE] = { 0.80, 0.80, 0.80 }
+ bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
+ bg[SELECTED] = { 0.80, 0.80, 0.80 }
+ bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
+
+ # the numeric display
text[NORMAL] = { 0.80, 0.80, 0.80 }
text[ACTIVE] = { 0.80, 0.80, 0.80 }
@@ -655,6 +668,25 @@ style "track_list_display" = "small_bold_text"
base[SELECTED] = { 0, 0, 0 }
}
+style "redirect_list_display" = "small_bold_text"
+{
+ text[NORMAL] = { 0.80, 0.80, 0.80 }
+ text[ACTIVE] = { 0.0, 0.0, 0.9 }
+ text[INSENSITIVE] = { 0, 0, 0 }
+ text[SELECTED] = { 0.9, 0.0, 0.0 }
+
+ base[NORMAL] = { 0, 0, 0 }
+ base[ACTIVE] = { 0, 0, 0 }
+ base[INSENSITIVE] = { 0, 0, 0 }
+ base[SELECTED] = { 0, 0, 0 }
+
+ # these two are explicitly used by the cell renderer for the
+ # text
+
+ fg[NORMAL] = { 0.2, 0.2, 0.2 } # used for inactive
+ fg[ACTIVE] = { 0.0, 0.5, 0.5 } # used for active
+}
+
# MixerPanZone:
#
# the NORMAL fg color is used for the pan puck
@@ -790,6 +822,7 @@ style "region_list_whole_file"
fg[NORMAL] = { 1.0, 0, 0 }
}
+
#---------------------------------------------------------------
widget "*FirstActionMessage" style "first_action_message"
widget "*VerboseCanvasCursor" style "verbose_canvas_cursor"
@@ -1047,8 +1080,8 @@ widget "*TrackListDisplay.*" style "small_bold_text"
widget "*EditGroupList" style "track_list_display"
widget "*RegionListDisplay" style "small_bold_entry"
widget "*RegionListDisplay.*" style "small_bold_text"
-widget "*MixerRedirectSelector" style "small_bold_entry"
-widget "*MixerRedirectSelector.*" style "small_bold_text"
+widget "*RedirectSelector" style "redirect_list_display"
+widget "*RedirectSelector.*" style "redirect_list_display"
widget "*MixerTrackNameArea" style "default_base"
widget "*MixerTrackCommentArea" style "option_entry"
widget "*MixerPanZone" style "pan_zone"