Skip to content

Latest commit

History

History
82 lines (62 loc) 路 3.5 KB

README.md

File metadata and controls

82 lines (62 loc) 路 3.5 KB

Logo
Catppuccin for egui

Previews

馃尰 Latte
馃 Frapp茅
馃尯 Macchiato
馃尶 Mocha

Usage

catppuccin-egui uses Cargo features to add support for new egui versions without breaking backwards compatibility.

Add the crate to your Cargo.toml:

[dependencies]
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui27"] }

To use a theme, call the set_theme function with a theme and the egui context:

catppuccin_egui::set_theme(&ctx, catppuccin_egui::MOCHA);

To run the example app, run cargo run --example todo.

See the full documentation at https://docs.rs/catppuccin-egui.

Whiskers is required as a build-time development dependency.

馃挐 Thanks to

Copyright 漏 2023-present Catppuccin Org