refactor(themes): move colour.rs to komorebi-themes

This commit is contained in:
LGUG2Z
2025-03-31 18:02:46 -07:00
parent d38d3c956d
commit 2ee0bbc0c7
11 changed files with 27 additions and 23 deletions
+2
View File
@@ -1,6 +1,8 @@
#![warn(clippy::all)]
#![allow(clippy::missing_errors_doc)]
pub mod colour;
use schemars::JsonSchema;
use serde::Deserialize;
use serde::Serialize;