8000 GitHub - CyntexMore/catppuccin-egui: 📁 Soothing pastel theme for egui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CyntexMore/catppuccin-egui

 
 

Repository files navigation

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.4.0", default-features = false, features = ["egui30"] }

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 -p 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

About

📁 Soothing pastel theme for egui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.7%
  • Nix 7.3%
0