class TmuxStylePrinter
- TmuxStylePrinter
- Reference
- Object
Defined in:
tmux_style_printer.crConstant Summary
-
COLOR_MAP =
{black: 0, red: 1, green: 2, yellow: 3, blue: 4, magenta: 5, cyan: 6, white: 7}
-
LAYER_MAP =
{bg: "setab", fg: "setaf"}
-
STYLE_MAP =
{bright: "bold", bold: "bold", dim: "dim", underscore: "smul", reverse: "rev", italics: "sitm"}
-
STYLE_SEPARATOR =
/[ ,]+/