egui-stylist: An embeddable application for creating egui-themes

Latest version Documentation MIT

egui-theme defines a common interface for serializing and storing egui's style and font data for use between applications. The goal is to allow users of egui to easily create and share themes between relevant applications.

egui-theme makes no assumptions about serialization format and will support any serde).

How to use

Ron example

When working with Rusty Object notation you can serialize and deserialize the theme information like so rust

Json example

When working with Rusty Object notation you can serialize and deserialize the theme information like so rust