use Color;
pub const gray_light: Color = rgb;
pub const gray_dark: Color = rgb;
pub const red: Color = rgb;
pub const red_light: Color = rgb;
pub const blue: Color = rgb;
pub const yellow: Color = rgb;
pub const yellow_light: Color = rgb;
pub const green_lime: Color = rgb;