mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format
This commit is contained in:
parent
bd9ccd30e1
commit
daca83c7d2
1 changed files with 7 additions and 11 deletions
|
|
@ -1,11 +1,7 @@
|
||||||
use serde::{Deserialize, Deserializer};
|
use serde::{Deserialize, Deserializer};
|
||||||
|
|
||||||
use super::Style;
|
use super::Style;
|
||||||
use crate::{
|
use crate::{preset::Preset, theme::{Color, StyleShadow}, Pattern};
|
||||||
preset::Preset,
|
|
||||||
theme::{Color, StyleShadow},
|
|
||||||
Pattern,
|
|
||||||
};
|
|
||||||
|
|
||||||
pub struct Icon {
|
pub struct Icon {
|
||||||
pub name: Pattern,
|
pub name: Pattern,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue