mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
revert mixer window faders to a2 colors
git-svn-id: svn://localhost/ardour2/branches/3.0@13831 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9fcf40c94b
commit
d26a6cb5d9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue