TerminalStyleName

View Source

Summary

Any named terminal style supported by createStyles().

Signature

type TerminalStyleName =
  | TerminalModifierName
  | TerminalForegroundColorName
  | TerminalBackgroundColorName;