updated disabled panner colors so they are visible.
authorJesse Chappell <jesse@essej.net>
Sun, 31 Dec 2006 02:10:20 +0000 (02:10 +0000)
committerJesse Chappell <jesse@essej.net>
Sun, 31 Dec 2006 02:10:20 +0000 (02:10 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1256 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour2_ui.rc
tools/osx_packaging/ardour2_mac_ui.rc

index 8ce91c4d390e7937dadaa53be00ce19cf73bda0d..b66ef42b59fd91f2aade44373bed85ca29283a99 100644 (file)
@@ -953,13 +953,13 @@ style "pan_slider"
 
        fg[NORMAL] = { 0.22, 0.73, 0.22 }
        fg[ACTIVE] = { 0.22, 0.73, 0.22 }
-       fg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
+       fg[INSENSITIVE] = {0.22, 0.53, 0.22 } 
        fg[SELECTED] = { 0.67, 0.23, 0.22 }
        fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
 
        bg[NORMAL] = { 0.05, 0.05, 0.05 }
        bg[ACTIVE] = { 0, 0, 0 }
-       bg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
+       bg[INSENSITIVE] = {0.12, 0.19, 0.25 } 
        bg[SELECTED] = { 0, 0, 0 }
        bg[PRELIGHT] = { 0, 0, 0 }
 
@@ -973,7 +973,7 @@ style "pan_slider"
 
        base[NORMAL] = { 0.80, 0.80, 0.80 }
        base[ACTIVE] =  { 0.80, 0.80, 0.80 }
-       base[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
+       base[INSENSITIVE] = {0.6, 0.6, 0.6 }
        base[SELECTED] = { 0.80, 0.80, 0.80 }
        base[PRELIGHT] = { 0.80, 0.80, 0.80 }
 
index c4d5e776eff1114281581086c28cdf125a46e1ef..ad456c305f9b395121e40c65858c2a190ec65e25 100644 (file)
@@ -955,13 +955,13 @@ style "pan_slider"
 
        fg[NORMAL] = { 0.22, 0.73, 0.22 }
        fg[ACTIVE] = { 0.22, 0.73, 0.22 }
-       fg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
+       fg[INSENSITIVE] = {0.22, 0.53, 0.22 }
        fg[SELECTED] = { 0.67, 0.23, 0.22 }
        fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
 
        bg[NORMAL] = { 0.05, 0.05, 0.05 }
        bg[ACTIVE] = { 0, 0, 0 }
-       bg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
+       bg[INSENSITIVE] = {0.12, 0.19, 0.25 }
        bg[SELECTED] = { 0, 0, 0 }
        bg[PRELIGHT] = { 0, 0, 0 }