Implements support for terminals with light backgrounds via a new
`CHEAT_COLORSCHEME` envvar.
This commit is contained in:
Chris Lane
2019-02-04 11:56:00 -05:00
parent 2728ce4757
commit caf355f142
4 changed files with 28 additions and 4 deletions

View File

@ -1,5 +1,6 @@
{
"CHEAT_COLORS" : true,
"CHEAT_EDITOR" : "vi",
"CHEAT_PATH" : "/usr/share/cheat"
"CHEAT_COLORS" : true,
"CHEAT_COLORSCHEME" : "light",
"CHEAT_EDITOR" : "vi",
"CHEAT_PATH" : "/usr/share/cheat"
}