feat: add ecc2 runtime theme toggle

This commit is contained in:
Affaan Mustafa
2026-04-09 03:43:28 -07:00
parent 3eb9bc8ef5
commit 63299b15b3
3 changed files with 111 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ pub struct Config {
pub risk_thresholds: RiskThresholds,
}
#[derive(Debug, Clone, Serialize, Deserialize)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
pub enum Theme {
Dark,
Light,