mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 16:46:06 +10:00
Add more label color suggestions
This commit is contained in:
@@ -14,14 +14,27 @@ module LabelsHelper
|
||||
|
||||
def suggested_colors
|
||||
[
|
||||
'#CC0033',
|
||||
'#FF0000',
|
||||
'#D9534F',
|
||||
'#D1D100',
|
||||
'#F0AD4E',
|
||||
'#AD8D43',
|
||||
'#0033CC',
|
||||
'#428BCA',
|
||||
'#44AD8E',
|
||||
'#A8D695',
|
||||
'#5CB85C',
|
||||
'#69D100',
|
||||
'#004E00',
|
||||
'#34495E',
|
||||
'#7F8C8D',
|
||||
'#A295D6',
|
||||
'#5843AD',
|
||||
'#8E44AD',
|
||||
'#FFECDB'
|
||||
'#AD4363',
|
||||
'#FFECDB',
|
||||
'#D10069'
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user