Expand description
Parser for the flat key: “value” YAML subset used by Base16/24 scheme files.
Functions§
- is_dark
- Returns
truewhen the theme is dark. - normalize_
hex - Normalize a raw hex string to
#rrggbb(lowercase, with leading#). - parse_
base24 - Parse the flat
key: "value"YAML subset used by Base16/24 scheme files.
Type Aliases§
- RawSlots
- A parsed base24 scheme file represented as a flat key→value map.