This commit is contained in:
2025-01-09 14:26:47 +00:00
parent f7021094bc
commit dc7fee4151
10 changed files with 185 additions and 15 deletions

View File

@ -7,3 +7,4 @@ pub const PRIMARY: Color32 = Color32::from_rgb(248, 56, 217);
pub const NEUTRAL_500: Color32 = Color32::from_rgb(115, 115, 115);
pub const NEUTRAL_800: Color32 = Color32::from_rgb(38, 38, 38);
pub const NEUTRAL_900: Color32 = Color32::from_rgb(23, 23, 23);
pub const ZAP: Color32 = Color32::from_rgb(255, 141, 43);