The accent color of the cursor (fg color for a block cursor)
Optionalcyan
cyan?:string
ANSI cyan (eg. \x1b[36m)
OptionalextendedAnsi
extendedAnsi?:string[]
ANSI extended colors (16-255)
Optionalforeground
foreground?:string
The default foreground color
Optionalgreen
green?:string
ANSI green (eg. \x1b[32m)
Optionalmagenta
magenta?:string
ANSI magenta (eg. \x1b[35m)
OptionaloverviewRulerBorder
overviewRulerBorder?:string
The border color of the overview ruler. This visually separates the
terminal from the scroll bar when IOverviewRulerOptions.width is
set. When this is not set it defaults to black (#000000).
Optionalred
red?:string
ANSI red (eg. \x1b[31m)
OptionalscrollbarSliderActiveBackground
scrollbarSliderActiveBackground?:string
The scrollbar slider background color when clicked. Defaults to
ITerminalOptions.foreground foreground with 50% opacity.
OptionalscrollbarSliderBackground
scrollbarSliderBackground?:string
The scrollbar slider background color. Defaults to
ITerminalOptions.foreground foreground with 20% opacity.
OptionalscrollbarSliderHoverBackground
scrollbarSliderHoverBackground?:string
The scrollbar slider background color when hovered. Defaults to
ITerminalOptions.foreground foreground with 40% opacity.
OptionalselectionBackground
selectionBackground?:string
The selection background color (can be transparent)
OptionalselectionForeground
selectionForeground?:string
The selection foreground color
OptionalselectionInactiveBackground
selectionInactiveBackground?:string
The selection background color when the terminal does not have focus (can
be transparent)
Contains colors to theme the terminal with.