Frost Night UI
A minimal egui 0.34 theming + component library extracted from aviation UI Figma mockups. Dark mode only.
Features
- 16 components — Accordion, Button, Input, Checkbox, Toggle, Segmented, Badge, Card, Drag Card, Sidebar Card, Tabs, Toolbar, Top Toolbar, Zoom Toolbar, Separator
- Design tokens — Colors, typography, spacing, and radius scales
- Dark theme — Consistent dark aviation UI aesthetic
- egui 0.34 — Built on the latest egui with eframe
Quick Start
Add to your Cargo.toml:
[dependencies]
ui-theme = { path = "ui-theme" }
Apply the theme in your app:
use ui_theme::{Theme, apply_theme};
let theme = Theme::dark();
apply_theme(&ctx, &theme);
Figma Mockups
Browse
Explore the Foundations section for design tokens, or jump to Components for interactive previews and usage examples.