Skip to main content

Crate iced_modern_theme

Crate iced_modern_theme 

Source
Expand description

§iced-apple-theme

A collection of Apple-inspired theme components for the Iced GUI library.

This crate provides a comprehensive set of styles and colors that emulate the look and feel of Apple’s design system for macOS, iOS, and iPadOS.

§Features

  • Complete set of Apple system colors for both light and dark modes
  • Styled components: buttons, text inputs, containers, etc.
  • Variants for different button styles (primary, secondary, tinted, etc.)
  • Ready-to-use theme that can be applied to any Iced application

Re-exports§

pub use theme::Modern;
pub use colors::*;
pub use styles::*;

Modules§

colors
Modern color system definitions.
styles
Style definitions for Apple-inspired UI components.
theme
Modern theme implementation for Iced GUI components.