summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrice Dutheil <brice.dutheil@gmail.com>2020-04-21 22:11:07 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-21 22:37:24 +0200
commit37831cdcb3cd5970fb07274a6eaf9338f15b9569 (patch)
tree9d630460c1d6398deeb3cced7f7687b4771a0314 /README.md
parent70480ee9d4e4169c5436f3ab3a7fa1c18ff1849e (diff)
Fix README phrasing about dark mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28b05b47..20767664 100644
--- a/README.md
+++ b/README.md
@@ -471,8 +471,8 @@ it should work out of the box.
### Dark mode
If you make use of the dark mode feature in macOS, you might want to configure `bat` to use a different
-theme based on the OS theme. The following snippet uses the `default` theme when in the light mode
-and the `GitHub` theme when in the dark mode.
+theme based on the OS theme. The following snippet uses the `default` theme when in the _dark mode_
+and the `GitHub` theme when in the _light mode_.
```bash
alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"