diff options
author | Colin Viebrock <cmv@php.net> | 2001-02-01 15:41:02 +0000 |
---|---|---|
committer | Colin Viebrock <cmv@php.net> | 2001-02-01 15:41:02 +0000 |
commit | 138ab8eccf42d2dedff06891b66023f591f3236a (patch) | |
tree | a4450a07b1541b3f9d05c56508792144a4798880 /php.ini-dist | |
parent | bb6d3e60e864fef32f608bcd2b3f763547ebb2ab (diff) | |
download | php-git-138ab8eccf42d2dedff06891b66023f591f3236a.tar.gz |
While we're fixing the ini files, change these to web-safe colours
... this always bugged me :)
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 8 |
1 files changed, 4 insertions, 4 deletions
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 ; <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 |