Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions TerminalDocs/customize-settings/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,47 @@ Configures how the "close" button on the tab should appear. This accepts the fol

___

## Panes

These are settings that control the appearance of individual panes in the terminal

**Property name:** `pane`

### Active Border Color

The color of the active pane's border.

**Property name:** `activeBorderColor`

**Necessity:** Optional

**Accepts:** a [theme color](#theme-colors)

### Inactive Border Color

The color of the inactive pane's border/s.

**Property name:** `inactiveBorderColor`

**Necessity:** Optional

**Accepts:** a [theme color](#theme-colors)

### Broadcast Border Color

The color of any broadcasting pane's border/s.

**Property name:** `broadcastBorderColor`

**Necessity:** Optional

**Accepts:** a [theme color](#theme-colors)

<br />

___


## Theme colors

The colors used in themes both accept RGBA color values, as well as a few special strings for custom values. The accepted values are as follows:
Expand Down