From 5fae36321ed27bda76d69259177d111865874250 Mon Sep 17 00:00:00 2001 From: techypanda Date: Thu, 17 Jul 2025 10:44:12 +1000 Subject: [PATCH] Add documentation for pane theming --- TerminalDocs/customize-settings/themes.md | 41 +++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/TerminalDocs/customize-settings/themes.md b/TerminalDocs/customize-settings/themes.md index 363784d7..27d8c71a 100644 --- a/TerminalDocs/customize-settings/themes.md +++ b/TerminalDocs/customize-settings/themes.md @@ -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) + +
+ +___ + + ## 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: