clarify 'hardcoded colors' in the Readme

This commit is contained in:
Kartik K. Agaram 2021-12-24 09:26:53 -08:00
parent 8283c0c8e7
commit 47e42241e7
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ a say in its future direction.
## Known issues
* Colors are currently hardcoded. To tweak them, look for calls to
* Colors are currently hardcoded. You get a light background even if your
terminal started out dark. To tweak colors, look for calls to
`assume_default_colors()` and `init_pair()`, either in .tlv files for a
specific app, or in the C sources for the standard code browser/editor.