mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Add new label colors
This commit is contained in:
parent
de61d94a98
commit
3b3c657056
2 changed files with 50 additions and 20 deletions
|
@ -6,16 +6,31 @@
|
|||
*/
|
||||
|
||||
const COLORS = [
|
||||
'green',
|
||||
'yellow',
|
||||
'orange',
|
||||
'red',
|
||||
'purple',
|
||||
'blue',
|
||||
'sky',
|
||||
'lime',
|
||||
'pink',
|
||||
'black',
|
||||
'berry-red',
|
||||
'pumpkin-orange',
|
||||
'lagoon-blue',
|
||||
'pink-tulip',
|
||||
'light-mud',
|
||||
'orange-peel',
|
||||
'bright-moss',
|
||||
'antique-blue',
|
||||
'dark-granite',
|
||||
'lagune-blue',
|
||||
'sunny-grass',
|
||||
'morning-sky',
|
||||
'light-orange',
|
||||
'midnight-blue',
|
||||
'tank-green',
|
||||
'gun-metal',
|
||||
'wet-moss',
|
||||
'red-burgundy',
|
||||
'light-concrete',
|
||||
'apricot-red',
|
||||
'desert-sand',
|
||||
'navy-blue',
|
||||
'egg-yellow',
|
||||
'coral-green',
|
||||
'light-cocoa',
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue