Module phetch::theme

source ·
Expand description

Terminal color scheme. Provides the Theme struct and functions/macros for making use of it.

Modules

Provides a shortcut to the Reset color code.

Structs

Color scheme for UI and menu items.

Functions

Convert a string like “blue underline” or “red” into a color code.
Convert color code like “\x1b[91m” into something like “red”