-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧱 Design some prototype for theme.
- Loading branch information
Showing
14 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
pub mod designs; | ||
pub mod layout; | ||
pub mod palette; | ||
pub mod skin; | ||
pub mod transition; | ||
pub mod typography; | ||
|
||
// https://element-plus.org/ |
4 changes: 2 additions & 2 deletions
4
...heme/src/prelude/element/designs/color.rs → ...ages/theme/src/prelude/element/palette.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
mod color; | ||
mod size; | ||
mod layout; | ||
mod palette; | ||
mod skin; | ||
mod transition; | ||
mod typography; | ||
|
||
pub use color::*; | ||
pub use size::*; | ||
pub use layout::*; | ||
pub use palette::*; | ||
pub use skin::*; | ||
pub use transition::*; | ||
pub use typography::*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.