Skip to main content

Module base24

Module base24 

Source
Expand description

Parser for the flat key: “value” YAML subset used by Base16/24 scheme files.

Functions§

is_dark
Returns true when 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.