[PR #3752] Enable changing the color of the active pane border #25495

Open
opened 2026-01-31 09:09:52 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/3752

State: closed
Merged: No


Summary of the Pull Request

Adds a new setting, "activePaneBorderColor", which lets the user change the color of the active pane border. This setting can have 3 values:

  • null: to clear the active pane border color (and have no color there)
  • "accent": to use the accent color
  • a color string in format "#RRGGBB", to use that color

If it's not one of those values, it will display a warning, and default to null.

PR Checklist

**Original Pull Request:** https://github.com/microsoft/terminal/pull/3752 **State:** closed **Merged:** No --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Adds a new setting, `"activePaneBorderColor"`, which lets the user change the color of the active pane border. This setting can have 3 values: - `null`: to clear the active pane border color (and have no color there) - `"accent"`: to use the accent color - a color string in format `"#RRGGBB"`, to use that color If it's not one of those values, it will display a warning, and default to `null`. ## PR Checklist * [x] Closes #3061 * [x] I work here * [ ] Tests added/passed * [x] Requires documentation to be updated
claunia added the pull-request label 2026-01-31 09:09:52 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25495