diff options
author | bptato <nincsnevem662@gmail.com> | 2023-06-09 22:00:08 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-09 22:00:08 +0200 |
commit | fb36a13cbe53a3b3ea60271b8d04a7c525e9d538 (patch) | |
tree | a5a5263a0a3d769952c7eaceabb1ee91eab2ad7a /res | |
parent | 1769bc42e23ab5bddcb8a216f268b821bf364961 (diff) | |
download | chawan-fb36a13cbe53a3b3ea60271b8d04a7c525e9d538.tar.gz |
Fix some type confusion with colors, fix crash in pager
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index ae1d5984..10b246a4 100644 --- a/res/config.toml +++ b/res/config.toml @@ -27,7 +27,7 @@ emulate-overline = true alt-screen = "auto" highlight-color = "cyan" double-width-ambiguous = false -minimum-contrast = 100 +minimum-contrast = 75 force-clear = false set-title = true |