syntax: c: increase the color contrast of reminders like FIXME

Bright white on yellow stands out much more than grey on yellow.

Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
Liu Hao 2017-12-07 17:17:25 +08:00 committed by Benno Schulenberg
parent b4411b4f28
commit 5144162a2d

View File

@ -33,7 +33,7 @@ color brightblue "//.*"
color brightblue start="/\*" end="\*/"
# Reminders.
color ,yellow "\<(FIXME|TODO|XXX)\>"
color brightwhite,yellow "\<(FIXME|TODO|XXX)\>"
# Trailing whitespace.
color ,green "[[:space:]]+$"