summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-21 10:45:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-21 10:46:13 +1000
commit820f7b94044bbd46f0c34c0e563058e1e785c27b (patch)
tree288de6759e2f712f3fbc4a6bf08511d2322e8a96 /docs
parent2e0d0a92eedef1c9059e666548004e03aa143c8a (diff)
Support strikethrough text style
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index f752e026b..bc860156c 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -88,7 +88,7 @@ git:
# displays the whole git graph by default in the commits panel (equivalent to passing the `--all` argument to `git log`)
showWholeGraph: false
skipHookPrefix: WIP
- # The main branches. We colour commits green if they belong to one of these branches,
+ # The main branches. We colour commits green if they belong to one of these branches,
# so that you can easily see which commits are unique to your branch (coloured in yellow)
mainBranches: [master, main]
autoFetch: true
@@ -347,6 +347,7 @@ The available attributes are:
- default
- reverse # useful for high-contrast
- underline
+- strikethrough
## Highlighting the selected line