Use enum instead of static when defining colors
commitf5a8044c698cd9ae313305dae8d66284704fa325
authorPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 00:25:33 +0000 (8 19:25 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 00:25:33 +0000 (8 19:25 -0500)
tree55f893a69e3f063213ac8ad72557144e449044af
parent0259ba41430405e37d79b65cec5ba06770eaa2f0
Use enum instead of static when defining colors

Static variables can not be read at compile time, so use enums instead.
src/colors.d