tweaks: use a color closer to the rest of the string, to reduce contrast

On my normal machine, 'peach' harmonizes nicely with 'brightgreen',
but on another there is a large, jarring contrast.
master
Benno Schulenberg 2021-11-16 16:32:47 +01:00
parent b66a040828
commit 3b5f650621
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ color brightgreen start="'''([^'),]|$)" end="(^|[^(\])'''"
color brightgreen start=""""([^"),]|$)" end="(^|[^(\])""""
# Backslash escapes.
color peach "\\($|[\'"abfnrtv]|[0-3]?[0-7]?[0-7]|x[[:xdigit:]]{2})"
color peach "\\(N\{[[:alpha:]]+\}|u[[:xdigit:]]{4}|U[[:xdigit:]]{8})"
color lime "\\($|[\'"abfnrtv]|[0-3]?[0-7]?[0-7]|x[[:xdigit:]]{2})"
color lime "\\(N\{[[:alpha:]]+\}|u[[:xdigit:]]{4}|U[[:xdigit:]]{8})"
# Reminders.
color brightwhite,yellow "\<(FIXME|TODO|XXX)\>"