fix aqua rgb
This commit is contained in:
parent
c5d7bc6838
commit
d833db3b2d
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user