summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-09-03 22:12:41 +0200
committersharkdp <davidpeter@web.de>2018-09-03 22:12:41 +0200
commit67ec5fe2b7156b7ee5358e7f6c4995451ef1bbff (patch)
tree209829f48f0e9219dfb86b8820cc0e938daf7b53 /README.md
parent3447ed4def7bee1172f8885cba0cc55440d96a5f (diff)
Add OneHalf themes, closes #256
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e5d3ad0..613cfbc6 100644
--- a/README.md
+++ b/README.md
@@ -244,6 +244,11 @@ Make sure that your truecolor terminal sets the `COLORTERM` variable to either `
`24bit`. Otherwise, `bat` will not be able to determine whether or not 24-bit escape sequences
are supported (and fall back to 8-bit colors).
+### Line numbers and grid are hardly visible
+
+Please try a different theme (see `bat --list-themes` for a list). The `OneHalfDark` and
+`OneHalfLight` themes provide grid and line colors that are brighter.
+
## Development
```bash