CC-5108 : Waveform Editor UI

changing colour to be less dark. can better see highlights/drawn fades.
This commit is contained in:
Naomi 2013-05-14 15:49:13 -04:00
parent 0dd8138c2b
commit 809d5a35b9
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ var Config = function(params) {
UITheme: "default", // bootstrap || jQueryUI || default
waveColor: 'grey',
waveColor: '#c7c7c7',
progressColor: 'orange',
loadingColor: 'purple',
cursorColor: 'green',