boltz-theme 0.1.0

Theme system for GPUI apps: built-in fallback themes, color palettes, and UI density.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod accents;
mod colors;
mod players;
mod status;
mod syntax;
mod system;

pub use accents::*;
pub use colors::*;
pub use players::*;
pub use status::*;
pub use syntax::*;
pub use system::*;