add black and white as tag colors

closes #547 (for now)
This commit is contained in:
Collin M. Barrett 2018-10-01 20:11:32 -05:00
parent 5b669084e4
commit 15f1c06e80

View file

@ -54,5 +54,7 @@ const kelly_colors_hex = [
"93AA00", // Vivid Yellowish Green
"593315", // Deep Yellowish Brown
"F13A13", // Vivid Reddish Orange
"232C16" // Dark Olive Green
"232C16", // Dark Olive Green
"000000", // Black
"FFFFFF" // White
];