Expand description
Theme configuration system that integrates with RunMat’s config
This module provides the configuration structures that RunMat can import and use in its main configuration system, while keeping the plotting library in control of its own theming.
Structs§
- Classic
Light Theme - Classic light theme (MATLAB-style)
- Custom
Color Config - Custom color configuration (used when variant is Custom)
- Custom
Theme - Custom theme from user configuration
- Grid
Config - Grid display configuration
- High
Contrast Theme - High contrast theme for accessibility
- Interaction
Config - Interaction and animation configuration
- Layout
Config - Layout and spacing configuration
- Plot
Theme Config - Complete plotting theme configuration
- Typography
Config - Typography configuration
Enums§
- Theme
Variant - Theme variants available in the plotting system
Traits§
- Plot
Theme - Trait for theme implementations
Functions§
- validate_
theme_ config - Validate theme configuration