From 5249f826035c35ae3ea75cbbd2457a0d8a510a79 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 7 Dec 2012 22:38:49 +0000 Subject: [PATCH 1/1] more theming and layout tweaks. new faders that pre-light. fixed some spacing around mixer buttons. tweaked some colors (returned mutes to yellow). removed group button at bottom of mixer strip and replaced it with fader automation mode. git-svn-id: svn://localhost/ardour2/branches/3.0@13617 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_ui_dark.rc.in | 2 +- gtk2_ardour/ardour3_ui_default.conf | 36 +++--- gtk2_ardour/ardour3_widget_list.rc | 1 + gtk2_ardour/editor_regions.cc | 2 +- gtk2_ardour/editor_routes.cc | 2 +- gtk2_ardour/gain_meter.cc | 48 +++++--- gtk2_ardour/gain_meter.h | 8 +- gtk2_ardour/mixer_strip.cc | 39 ++++++- gtk2_ardour/mixer_ui.cc | 4 +- gtk2_ardour/route_time_axis.cc | 14 +-- libs/gtkmm2ext/barcontroller.cc | 46 +++----- libs/gtkmm2ext/gtkmm2ext/pixfader.h | 12 +- libs/gtkmm2ext/pixfader.cc | 175 +++++++++++++++++++--------- 13 files changed, 245 insertions(+), 144 deletions(-) diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in index 33360fb568..2288c11ca8 100644 --- a/gtk2_ardour/ardour3_ui_dark.rc.in +++ b/gtk2_ardour/ardour3_ui_dark.rc.in @@ -201,7 +201,7 @@ style "default" = "medium_text" style "track_controls_inactive" { - bg[NORMAL] = { 0.60, 0.60, 0.66 } + bg[NORMAL] = { 0.60, 0.20, 0.26 } bg[ACTIVE] = { 0.60, 0.60, 0.66 } bg[INSENSITIVE] = { 0.60, 0.60, 0.66 } bg[SELECTED] = { 0.60, 0.60, 0.66 } diff --git a/gtk2_ardour/ardour3_ui_default.conf b/gtk2_ardour/ardour3_ui_default.conf index f74f293fea..4a4518104d 100644 --- a/gtk2_ardour/ardour3_ui_default.conf +++ b/gtk2_ardour/ardour3_ui_default.conf @@ -149,8 +149,8 @@