summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index b83346610..ed6f6dfde 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -400,6 +400,16 @@ gui:
'*': '#0000ff'
```
+## Custom Branch Color
+
+You can customize the color of branches based on the branch prefix:
+
+```yaml
+gui:
+ branchColors:
+ 'docs': '#11aaff' # use a light blue for branches beginning with 'docs/'
+```
+
## Example Coloring
![border example](../../assets/colored-border-example.png)