]> granicus.if.org Git - php/commitdiff
While we're fixing the ini files, change these to web-safe colours
authorColin Viebrock <cmv@php.net>
Thu, 1 Feb 2001 15:41:02 +0000 (15:41 +0000)
committerColin Viebrock <cmv@php.net>
Thu, 1 Feb 2001 15:41:02 +0000 (15:41 +0000)
... this always bugged me :)

php.ini-dist

index 8a0e468188ff9b9d9a9b34a07f3815e33c6b0430..55e85bb6a31cbd90857b61680b5b3ce35a86ba1d 100644 (file)
@@ -130,11 +130,11 @@ disable_functions =
 
 ; Colors for Syntax Highlighting mode.  Anything that's acceptable in
 ; <font color="??????"> 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