move colour constants from gui::colours to util::consts::colours

This commit is contained in:
2025-11-07 00:34:42 +00:00
parent c34cf187d5
commit a8b04bb72b
4 changed files with 24 additions and 19 deletions
-1
View File
@@ -1,5 +1,4 @@
pub mod app;
mod colours;
mod debug;
pub mod run;
pub mod settings;