diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-25 01:17:36 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-25 01:17:36 +0100 |
commit | 2d3b4faaffb62b6f449bd3dcb59f5ac4fbb16415 (patch) | |
tree | a07a1970757322e367c66a813a0a2eeafba23f18 /res | |
parent | b086e346afeded51c94c9b77280dcea6f6b3ce8a (diff) | |
download | chawan-2d3b4faaffb62b6f449bd3dcb59f5ac4fbb16415.tar.gz |
Fix user style regression, add minimum-contrast
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml index 861d61c7..b449b12c 100644 --- a/res/config.toml +++ b/res/config.toml @@ -4,6 +4,7 @@ format-mode = "auto" alt-screen = "auto" highlight-color = "cyan" double-width-ambiguous = false +minimum-contrast = 100 [page] q = 'quit()' |