Ext.define('Ext.chart.theme.Muted', {
extend: 'Ext.chart.theme.Base',
singleton: true,
alias: [
'chart.theme.muted',
'chart.theme.Muted'
],
config: {
colors: [
'#8ca640',
'#974144',
'#4091ba',
'#8e658e',
'#3b8d8b',
'#b86465',
'#d2af69',
'#6e8852',
'#3dcc7e',
'#a6bed1',
'#cbaa4b',
'#998baa'
]
}
});