Skip to content

Releases: fltk-rs/fltk-theme

0.4.0

08 Oct 11:57
Compare
Choose a tag to compare
  • Add a new ColorTheme constructor ::new like the other main types in the crate.
  • Avoid reloading the scheme when changing the ColorTheme.
  • Rename ThemeType::Aqua to ThemeType::AquaClassic.
  • Add a fluent scheme.
  • Add an Aqua scheme which mimics modern Aqua.
  • Add a colors module with Html colors and Aqua dark and light precached system colors.
  • Add a colors::aqua::sys module with system colors that's queried on MacOS systems (only works on MacOS).