ui.colours¶
Colour scheme support.
Module Members¶
defaultTheme
styleNames
xterm16colours
xterm256colours
-
ui.colours.
xterm256colours
Definition of all colour names for an xterm with 256 colour support.
-
ui.colours.
xterm16colours
Definition of all colour names for an xterm with 16 colour support.
-
ui.colours.
styleNames
All the style names that can be configured within a scheme.
-
ui.colours.
defaultTheme
Default colour scheme.
A scheme defines up to 5 different colour schemes.
- “light256”, “dark256”
- Used when the the terminal is known to support 256 colours.
The
--dark
or--light
options control which of the two is chosen. - “light16”, “dark16”
- Used when the the terminal is known to support only 16 colours or when no corresponding 256 colour scheme is defined.
- “fallback”
- Used when none of the more explicit schemes are appropriate.