mirror of
https://github.com/cheat/cheat.git
synced 2025-09-05 19:42:55 +02:00
Issue #349
Implements support for terminals with light backgrounds via a new `CHEAT_COLORSCHEME` envvar.
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user