mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
996834a3a5
commit
f88b86556f
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ impl<'de> Deserialize<'de> for Icons {
|
||||||
name: Pattern,
|
name: Pattern,
|
||||||
text: String,
|
text: String,
|
||||||
fg_dark: Option<Color>,
|
fg_dark: Option<Color>,
|
||||||
|
#[allow(dead_code)]
|
||||||
fg_light: Option<Color>,
|
fg_light: Option<Color>,
|
||||||
}
|
}
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
|
|
@ -99,6 +100,7 @@ impl<'de> Deserialize<'de> for Icons {
|
||||||
name: String,
|
name: String,
|
||||||
text: String,
|
text: String,
|
||||||
fg_dark: Option<Color>,
|
fg_dark: Option<Color>,
|
||||||
|
#[allow(dead_code)]
|
||||||
fg_light: Option<Color>,
|
fg_light: Option<Color>,
|
||||||
}
|
}
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
|
|
@ -106,6 +108,7 @@ impl<'de> Deserialize<'de> for Icons {
|
||||||
cond: Condition,
|
cond: Condition,
|
||||||
text: String,
|
text: String,
|
||||||
fg_dark: Option<Color>,
|
fg_dark: Option<Color>,
|
||||||
|
#[allow(dead_code)]
|
||||||
fg_light: Option<Color>,
|
fg_light: Option<Color>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue