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,
|
||||
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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue