diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-19 17:30:53 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-19 17:30:53 +0100 |
commit | 986522a915233dc068e00b47ca8b16e42cb50c7f (patch) | |
tree | 2c3d76a1a3f9829a6057d0c070f9d87ef1e0b1ce /res | |
parent | d4e20ebe854083110a2ed732276848dc0dbd9eb3 (diff) | |
download | chawan-986522a915233dc068e00b47ca8b16e42cb50c7f.tar.gz |
Re-implement highlighting
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 7d69d8dc..5ef2c490 100644 --- a/res/config.toml +++ b/res/config.toml @@ -3,7 +3,7 @@ double-width-ambiguous = false [display] # Options: black, red, green, yellow, blue, magenta, cyan, white, terminal -mark-color = "cyan" +highlight-color = "cyan" [page] q = 'quit()' |