mirror of
https://github.com/sharkdp/bat
synced 2026-07-20 16:33:20 +00:00
Add OneHalf themes, closes #256
This commit is contained in:
@@ -64,3 +64,6 @@
|
||||
[submodule "assets/syntaxes/CSV"]
|
||||
path = assets/syntaxes/CSV
|
||||
url = https://github.com/wadetb/Sublime-Text-Advanced-CSV
|
||||
[submodule "assets/themes/onehalf"]
|
||||
path = assets/themes/onehalf
|
||||
url = https://github.com/sonph/onehalf
|
||||
|
||||
@@ -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
|
||||
|
||||
Submodule
+1
Submodule assets/themes/onehalf added at 2516b37c3f
Reference in New Issue
Block a user