From 17cf7d1c6240a0988989f8f7ed3d30b6f47ce9c4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <bensberg@justemail.net> Date: Sun, 30 Apr 2017 17:37:07 +0200 Subject: [PATCH] syntax: nanohelp: change the hue of the keystrokes to match sample.nanorc And because I think it looks slightly better. --- syntax/nanohelp.nanorc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syntax/nanohelp.nanorc b/syntax/nanohelp.nanorc index d6e27e24..07559775 100644 --- a/syntax/nanohelp.nanorc +++ b/syntax/nanohelp.nanorc @@ -4,9 +4,9 @@ syntax "nanohelp" # Key combos: -color brightblue "\^([]A-Z^\_â†â†’↑↓]|Home|End)" "[â†â†’↑↓]" -color brightblue "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>" -color brightblue "\<M-." "\<F1?[0-9]" "(\^|M-)Space" +color cyan "\^([]A-Z^\_â†â†’↑↓]|Home|End)" "[â†â†’↑↓]" +color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>" +color cyan "\<M-." "\<F1?[0-9]" "(\^|M-)Space" # Quoted indicators: color brightred "'(\^|M-)'" -- GitLab