From: Colin Viebrock Date: Thu, 1 Feb 2001 15:41:02 +0000 (+0000) Subject: While we're fixing the ini files, change these to web-safe colours X-Git-Tag: php-4.0.5RC1~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=138ab8eccf42d2dedff06891b66023f591f3236a;p=php While we're fixing the ini files, change these to web-safe colours ... this always bugged me :) --- diff --git a/php.ini-dist b/php.ini-dist index 8a0e468188..55e85bb6a3 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -130,11 +130,11 @@ disable_functions = ; Colors for Syntax Highlighting mode. Anything that's acceptable in ; would work. -highlight.string = #DD0000 -highlight.comment = #FF8000 -highlight.keyword = #007700 +highlight.string = #CC0000 +highlight.comment = #FF9900 +highlight.keyword = #006600 highlight.bg = #FFFFFF -highlight.default = #0000BB +highlight.default = #0000CC highlight.html = #000000