about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-19 17:30:53 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-19 17:30:53 +0100
commit986522a915233dc068e00b47ca8b16e42cb50c7f (patch)
tree2c3d76a1a3f9829a6057d0c070f9d87ef1e0b1ce /res
parentd4e20ebe854083110a2ed732276848dc0dbd9eb3 (diff)
downloadchawan-986522a915233dc068e00b47ca8b16e42cb50c7f.tar.gz
Re-implement highlighting
Diffstat (limited to 'res')
-rw-r--r--res/config.toml2
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()'