ui.colours¶
Colour scheme support.
Module Members¶
defaultThemestyleNamesxterm16coloursxterm256colours-
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
--darkor--lightoptions 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.