egui_sauge 2.0.0

A fresh, natural design system for egui — sage palette, warm neutrals, WCAG AA.
Documentation
1
2
3
4
5
6
7
8
9
//! Theme surface: palette, numerical tokens and the [`apply`] entry point.

pub mod apply;
pub mod density;
pub mod elevation;
pub mod locale;
pub mod palette;
pub mod state;
pub mod tokens;