fix aqua rgb

This commit is contained in:
Scott Richmond 2025-01-11 14:48:31 -05:00
parent c5d7bc6838
commit d833db3b2d

View File

@ -52,7 +52,7 @@ const colors = {
navy: [0, 0, 128, 255], navy: [0, 0, 128, 255],
blue: [0, 0, 255, 255], blue: [0, 0, 255, 255],
teal: [0, 128, 128, 255], teal: [0, 128, 128, 255],
aqua: [0, 255, 25, 255], aqua: [0, 255, 255, 255],
} }
function resolve_color (color) { function resolve_color (color) {