Expand description
RGB tuple accessors for use with the colored crate’s .truecolor() method.
All colors resolve from the current theme at runtime.
Functions§
- accent_
primary - Get primary accent color (Electric Purple) RGB from theme
- accent_
secondary - Get secondary accent color (Neon Cyan) RGB from theme
- accent_
tertiary - Get tertiary accent color (Coral) RGB from theme
- error
- Get error color (Error Red) RGB from theme
- success
- Get success color (Success Green) RGB from theme
- text_
dim - Get dim text color RGB from theme
- text_
muted - Get muted text color RGB from theme
- text_
primary - Get primary text color RGB from theme
- text_
secondary - Get secondary text color RGB from theme
- warning
- Get warning color (Electric Yellow) RGB from theme