Reorders label colors for better "rainbow"

This commit is contained in:
phortx 2015-01-13 15:47:23 +01:00
parent 5b32fda4b8
commit e64e0104fa
1 changed files with 8 additions and 8 deletions

View File

@ -14,12 +14,6 @@ module LabelsHelper
def suggested_colors
[
'#CC0033',
'#FF0000',
'#D9534F',
'#D1D100',
'#F0AD4E',
'#AD8D43',
'#0033CC',
'#428BCA',
'#44AD8E',
@ -32,9 +26,15 @@ module LabelsHelper
'#A295D6',
'#5843AD',
'#8E44AD',
'#AD4363',
'#FFECDB',
'#D10069'
'#AD4363',
'#D10069',
'#CC0033',
'#FF0000',
'#D9534F',
'#D1D100',
'#F0AD4E',
'#AD8D43'
]
end