View Issue Details

IDProjectCategoryView StatusLast Update
0005490ardourotherpublic2013-05-16 19:33
Reporterdjbarney Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status newResolutionopen 
Summary0005490: Fix for light theme faders to make them clearly visible
DescriptionThe current "light" theme sets the faders to colours that make them almost impossible to see. I adjusted this to make their background dark. This fits in with the rest of the theme elements that have a dark background (in the pre-fader areas and so forth).

/usr/local/etc/ardour3/ardour3_ui_light.rc ( from revision 3.1-75-gcadfc2a )

Altered "gain_fader" section ...

style "gain_fader"
{
    fg[NORMAL] = shade (0.7, @ARDOUR_LIGHT_bg)
    fg[ACTIVE] = shade (0.705, @ARDOUR_LIGHT_bg)
    fg[INSENSITIVE] = shade (0.705, @ARDOUR_LIGHT_bg)

    bg[INSENSITIVE] = { 1, 1, 1 }
    bg[NORMAL] = { 1, 1, 1 }
    bg[ACTIVE] = { 1, 1, 1 }
}
Additional InformationSee included screenshot - notice new dark background behind faders which was almost the same colour as the faders before.
TagsNo tags attached.

Activities

2013-05-16 19:33

 

Ardour3 - Mixer Light.png (42,866 bytes)   
Ardour3 - Mixer Light.png (42,866 bytes)   

Issue History

Date Modified Username Field Change
2013-05-16 19:33 djbarney New Issue
2013-05-16 19:33 djbarney File Added: Ardour3 - Mixer Light.png