Commit e64e0104 authored by phortx's avatar phortx

Reorders label colors for better "rainbow"

parent 5b32fda4
...@@ -14,12 +14,6 @@ module LabelsHelper ...@@ -14,12 +14,6 @@ module LabelsHelper
def suggested_colors def suggested_colors
[ [
'#CC0033',
'#FF0000',
'#D9534F',
'#D1D100',
'#F0AD4E',
'#AD8D43',
'#0033CC', '#0033CC',
'#428BCA', '#428BCA',
'#44AD8E', '#44AD8E',
...@@ -32,9 +26,15 @@ module LabelsHelper ...@@ -32,9 +26,15 @@ module LabelsHelper
'#A295D6', '#A295D6',
'#5843AD', '#5843AD',
'#8E44AD', '#8E44AD',
'#AD4363',
'#FFECDB', '#FFECDB',
'#D10069' '#AD4363',
'#D10069',
'#CC0033',
'#FF0000',
'#D9534F',
'#D1D100',
'#F0AD4E',
'#AD8D43'
] ]
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment