Frost Night UI

A minimal egui 0.34 theming + component library extracted from aviation UI Figma mockups. Dark mode only.

Features

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.