Ext.define('Ext.chart.theme.Category5', {
    extend: 'Ext.chart.theme.Base',
    singleton: true,
    alias: [
        'chart.theme.category5',
        'chart.theme.Category5'
    ],
    config: {
        colors: ['#7eae29', '#fdbe2a', '#910019', '#27b4bc', '#d74dbc']
    }
});