This commit is contained in:
sxyazi 2024-05-25 22:24:39 +08:00
parent 996834a3a5
commit f88b86556f
No known key found for this signature in database

View file

@ -92,6 +92,7 @@ impl<'de> Deserialize<'de> for Icons {
name: Pattern,
text: String,
fg_dark: Option<Color>,
#[allow(dead_code)]
fg_light: Option<Color>,
}
#[derive(Deserialize)]
@ -99,6 +100,7 @@ impl<'de> Deserialize<'de> for Icons {
name: String,
text: String,
fg_dark: Option<Color>,
#[allow(dead_code)]
fg_light: Option<Color>,
}
#[derive(Deserialize)]
@ -106,6 +108,7 @@ impl<'de> Deserialize<'de> for Icons {
cond: Condition,
text: String,
fg_dark: Option<Color>,
#[allow(dead_code)]
fg_light: Option<Color>,
}