Advertisement
AnotherTest

Getit PHP Color scheme

Jun 26th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.20 KB | None | 0 0
  1. <style-scheme id="php_official" _name="Real PHP Colors" version="1.0">
  2.  
  3.   <author>Test</author>
  4.   <_description>Color scheme using the official, clear PHP colors.</_description>
  5.  
  6.   <style name="text"                        foreground="#0000BB"/>
  7.   <style name="line-numbers"                foreground="#black"/>
  8.   <style name="cursor"                      foreground="#black"/>
  9.   <style name="def:comment"                 foreground="#FF8000"/>
  10.   <style name="def:sheband"                 foreground="#FF8000"/>
  11.   <style name="def:doc-comment-element"     foreground="#FF8000"/>
  12.   <style name="def:constant"                foreground="#0000BB"/>    
  13.   <style name="def:string"                  foreground="#DD0000"/>
  14.   <style name="def:special-char"            foreground="#0000BB"/>
  15.   <style name="def:special-constant"        foreground="#0000BB"/>
  16.   <style name="def:floating-point"          foreground="#0000BB"/>
  17.   <style name="def:identifier"              foreground="#0000BB"/>
  18.   <style name="def:statement"               foreground="#007700"/>
  19.   <style name="def:type"                    foreground="#007700"/>
  20.   <style name="def:preprocessor"            foreground="#0000BB"/>
  21. </style-scheme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement