summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSam Burville <Sam.Burville@GlobalProcessing.com>2021-09-29 12:53:31 +0100
committerJesse Duffield <jessedduffield@gmail.com>2021-09-30 01:26:05 +1000
commitc5f7ad5adb00b73acd44a086687ffbe5d7705aa2 (patch)
tree15948daa416d8e5adaff4105241304acbb859d5b /docs
parent663c036ca5c5639c772a3f37ccef50ff03979337 (diff)
Make cherry pick commit color customisable
Two new settings in the config, which allow the cherry picked foreground and background to be custom colors. Issue #856
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 920d83ebf..51cf02ce5 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -36,6 +36,10 @@ gui:
- default
selectedRangeBgColor:
- blue
+ cherryPickedCommitBgColor:
+ - blue
+ cherryPickedCommitFgColor:
+ - cyan
commitLength:
show: true
mouseEvents: true