config: move theme schema into schema crate
This commit is contained in:
parent
41e7fcc290
commit
e94d8fec1f
3 changed files with 51 additions and 49 deletions
|
|
@ -6,9 +6,11 @@
|
|||
|
||||
pub mod animations;
|
||||
pub mod options;
|
||||
pub mod theme;
|
||||
|
||||
pub use animations::{AnimationCurveConfig, Animations};
|
||||
pub use options::{
|
||||
ColorManagement, Float, FocusHistory, Libei, RepeatRate, SimpleIm, Tearing, UiDrag, Vrr,
|
||||
Xwayland,
|
||||
};
|
||||
pub use theme::Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue