1
0
Fork 0
forked from wry/wry

config: move theme schema into schema crate

This commit is contained in:
kossLAN 2026-05-29 17:02:33 -04:00
parent 41e7fcc290
commit e94d8fec1f
No known key found for this signature in database
3 changed files with 51 additions and 49 deletions

View file

@ -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;