describe the manual process to obtain a dark bg

https://github.com/akkartik/teliva/issues/1
This commit is contained in:
Kartik K. Agaram 2021-12-03 17:19:40 -08:00
parent 947abf2ba3
commit 516ac2fa8e
1 changed files with 8 additions and 0 deletions

View File

@ -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.