1
2
3
4
use eframe::egui::Color32;

pub const COLOR_ACTION: Color32 = Color32::GOLD;
pub const COLOR_INFO: Color32 = Color32::LIGHT_BLUE;