about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-24 09:26:53 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-24 09:26:53 -0800
commit47e42241e7b50ff3a49bf379f8469dbfbf86020b (patch)
treee47cacf187fe52f9004c09292f635780bb46a279
parent8283c0c8e79111b1e8676b5ba3c9cbace384e0a8 (diff)
downloadteliva-47e42241e7b50ff3a49bf379f8469dbfbf86020b.tar.gz
clarify 'hardcoded colors' in the Readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7d8e53..91a292d 100644
--- a/README.md
+++ b/README.md
@@ -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.