mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
While we're fixing the ini files, change these to web-safe colours
... this always bugged me :)
This commit is contained in:
parent
bb6d3e60e8
commit
138ab8eccf
@ -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…
Reference in New Issue
Block a user