diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-12-03 17:19:40 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-12-03 17:19:40 -0800 |
commit | 516ac2fa8efd336093b1b46c82ee8ae0c4bc5061 (patch) | |
tree | 9e62c4796aa8875e22333e2d8ea8fee2ea81eca3 | |
parent | 947abf2ba312a413d40e2975b9a18111dccc839c (diff) | |
download | teliva-516ac2fa8efd336093b1b46c82ee8ae0c4bc5061.tar.gz |
describe the manual process to obtain a dark bg
https://github.com/akkartik/teliva/issues/1
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md index 4548c7f..20a4af2 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,14 @@ with the Teliva experience. If you find Teliva of use, please [introduce yoursel to me so that I am aware of your use cases. Anybody who is interested can gain a say in its future direction. +## Known issues + +* Colors are currently hardcoded. To obtain say a dark background, modify the + call to `assume_default_colors()` in function `main()` at the bottom of + `src/lua.c`. If you do this, you'll likely also need to tweak other colors + for legibility. Look for calls to `FG()`, `BG()` and `COLOR_PAIR()`. + ``` + ## What's with the name? Teliva is the Tamil root for ‘clear’. Very much aspirational. |