Skip to content

Commit

Permalink
describe the manual process to obtain a dark bg
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Dec 4, 2021
1 parent 947abf2 commit 516ac2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 516ac2f

Please sign in to comment.