User-defined Themes#323
Conversation
(cherry picked from commit 3b24d9ff1734cae0767660952b3b5196505a45f6)
(cherry picked from commit f3cfe2aef1e5b42584d43b2bbce5e6c53688fa47)
|
If I were asked, I would point to the last paragraph in https://ibm.github.io/tnz/colors:
The suggestion is to manage color themes through the hosting ascii terminal emulator and use the Does this PR have an advantage of the above? |
|
Personally, I never had any luck with getting the terminal to honor colors through the TNZ_COLORS=8 method, so this approach makes that simpler. It also makes it possible for users to have a theme for their TNZ terminal different from their main terminal theme (if they so choose), and allows them to share their themes easily using the theme files. |
This pull request contains updates to the
tnzlibrary to make it possible for users to define themes for their ncurses environment and select them. This code was largely written by IBM Bob.