From 138ab8eccf42d2dedff06891b66023f591f3236a Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 1 Feb 2001 15:41:02 +0000 Subject: [PATCH] While we're fixing the ini files, change these to web-safe colours ... this always bugged me :) --- php.ini-dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index 8a0e468188f..55e85bb6a31 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