Add documentation for Tab Color feature

Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-07 19:51:26 +00:00
parent 3c6a485647
commit 5830f39d50
2 changed files with 21 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- #2734: fix native build for Windows-x64
### Added
- Add configurable connection tab colors to distinguish between different environments (e.g., Dev, Test, Live)
- #2728 Add support for building mRemoteNG on Windows ARM64
- #2723: Read keyboardhook, gatewayaccesstoken and gatewaycredentialssource from RDP File
- #2690: தமிழ் (ta) Translation update

View File

@@ -87,6 +87,26 @@ Icon
The icon indicates the visual identifier for the connection.
Clicking the icon will let you set a different icon for the connection.
Tab Color
---------
.. note::
The Tab Color property is available in the Display category of the connection properties.
You can set a custom color for connection tabs to help distinguish between different environments (e.g., Development, Testing, Production).
This can be especially useful when working with critical systems like Live servers, where you want a clear visual reminder.
To set a tab color:
1. Select your connection in the Connections panel
2. In the Config panel, expand the **Display** category
3. Find the **Tab Color** property
4. Enter a color name (e.g., "Red", "Green", "Blue") or a hex color code (e.g., "#FF0000", "#00FF00")
5. Leave empty to use the default theme color
The tab color will be applied when you open the connection. You can use inheritance to set the same color for multiple connections in a folder.
Status
------