From 14cf1c76731463e66e339a23ddc298a6880093c6 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Mon, 14 Mar 2005 00:12:27 +0000 Subject: [PATCH] * syntax/diff.syntax: Changed default color from gray, which was quite unreadable, to a bright yellow. Patch by Leonard den Ottolander. --- ChangeLog | 5 +++++ syntax/diff.syntax | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc7ff7ad2..87ca545a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-14 Leonard den Ottolander + + * syntax/diff.syntax: Changed default color from gray, which was + quite unreadable, to a bright yellow. + 2005-03-10 Roland Illig * autogen.sh: Made the gettext version check more portable. The diff --git a/syntax/diff.syntax b/syntax/diff.syntax index 32d2e06a7..8538bac72 100644 --- a/syntax/diff.syntax +++ b/syntax/diff.syntax @@ -1,6 +1,6 @@ # Highlighting for various diffs including those generated by CVS # Comments to Pavel Roskin -context default gray +context default yellow keyword linestart @@*@@ cyan keyword linestart Index:\s brown keyword linestart \s black white