egui_solarized
Description
This crate is a port of solarized theme to egui
The crate provides a Theme. The theme exists in dark and light. These themes contain the colors defined by the Solarized theme and can be converted into egui Visuals. Note that some colors of the theme are not used in egui but are still available in the library if you need them (can be useful if you do a text editor)
You can use them with egui by calling egui_solarized::install(&ctx.egui_ctx)
Usage
Add the following to your Cargo.toml:
[]
= "0.3.1"
Then add the following to your main.rs:
use solarized;
Showcase
You can find a demo in the examples/demo folder. Basically, I "stole" the widget gallery of the egui crate to demonstrate solarized theme on it
Dark Mode

Light Mode
