From fce6e114c87f1b697244028e237ce67da278d535 Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Thu, 7 Dec 2017 17:17:25 +0800 Subject: [PATCH 6/9] syntax/c.nanorc: Color reminders as brightred-on-yellow. This used to be default-on-yellow. On quite a few terminals it was grey-on-yellow thus harder to read. Signed-off-by: Liu Hao --- syntax/c.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/c.nanorc b/syntax/c.nanorc index 0d9a6a10..79d8975a 100644 --- a/syntax/c.nanorc +++ b/syntax/c.nanorc @@ -37,7 +37,7 @@ color brightblue "//.*" color brightblue start="/\*" end="\*/" # Reminders. -color ,yellow "\<(FIXME|TODO|XXX)\>" +color brightred,yellow "\<(FIXME|TODO|XXX)\>" # Trailing whitespace. color ,green "[[:space:]]+$" -- 2.15.0