Browse Source

While we're fixing the ini files, change these to web-safe colours

... this always bugged me :)
PHP-4.0.5
Colin Viebrock 25 years ago
parent
commit
138ab8eccf
  1. 8
      php.ini-dist

8
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

Loading…
Cancel
Save