Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme id="xcode_default" _name="Xcode Default" version="1.0">
  3. <author/>
  4. <_description>Color scheme used in Xcode</_description>
  5.  
  6. <!-- Colors -->
  7.  
  8. <color name="white" value="#ffffff"/>
  9. <color name="black" value="#000000"/>
  10. <color name="granite_gray" value="#676767"/>
  11. <color name="dark_grey" value="#919191"/>
  12. <color name="silver" value="#cccccc"/>
  13. <color name="light_grey" value="#dedede"/>
  14. <color name="alabaster" value="#FAFAFA"/>
  15. <color name="steelblue3" value="#4f94cd"/>
  16. <color name="maroon" value="#800000"/>
  17. <color name="purple" value="#a535ae"/>
  18. <color name="dark_purple" value="#5B2599"/>
  19. <color name="orange" value="#ff5600"/>
  20. <color name="green" value="#00a33f"/>
  21. <color name="dark_green" value="#007400"/>
  22. <color name="red" value="#e80023"/>
  23. <color name="dark_red" value="#C41A15"/>
  24. <color name="brown" value="#63381F"/>
  25. <color name="fresh_air" value="#B5D5FF"/>
  26. <color name="dark_blue" value="#1C00CE"/>
  27. <color name="plantation" value="#25464A"/>
  28. <color name="william" value="#3E6D74"/>
  29. <color name="violet" value="#A90D91"/>
  30. <color name="lemon" value="#fefa5c" />
  31. <color name="kumera" value="#826B28" />
  32.  
  33.  
  34. <!-- Global Settings -->
  35.  
  36. <style name="text" foreground="black" background="white"/>
  37. <style name="cursor" foreground="black"/>
  38. <style name="current-line" background="white"/>
  39. <style name="line-numbers" foreground="granite_gray" background="alabaster"/>
  40.  
  41. <!-- Bracket Matching -->
  42. <style name="bracket-match" background="lemon"/>
  43. <style name="bracket-mismatch" background="maroon" bold="true"/>
  44. <style name="search-match" foreground="white" background="steelblue3"/>
  45.  
  46. <!-- Comments -->
  47. <style name="def:comment" foreground="dark_green"/>
  48. <style name="def:shebang" foreground="dark_grey"/>
  49. <style name="def:doc-comment-element" foreground="dark_green" bold="true"/>
  50.  
  51. <!-- Constants and Variables-->
  52. <style name="def:constant" foreground="plantation"/>
  53. <style name="def:string" foreground="dark_red"/>
  54. <style name="def:special-char" foreground="maroon"/>
  55. <style name="def:special-constant" foreground="plantation" bold="true"/>
  56. <style name="def:boolean" foreground="purple"/>
  57. <style name="def:number" foreground="dark_blue"/>
  58. <style name="def:floating-point" foreground="dark_blue"/>
  59. <style name="def:keyword" foreground="violet"/>
  60. <style name="def:builtin" foreground="william" bold="true"/>
  61. <style name="def:variable" foreground="dark_purple"/>
  62.  
  63. <!-- Identifiers -->
  64. <style name="def:identifier" foreground="violet"/>
  65.  
  66. <!-- Statements -->
  67. <style name="def:statement" foreground="violet"/>
  68.  
  69. <!-- Types -->
  70. <style name="def:type" foreground="violet"/>
  71.  
  72. <!-- Others -->
  73. <style name="def:error" foreground="white" background="maroon" bold="true"/>
  74. <style name="def:note" foreground="red" bold="true"/>
  75. <style name="def:net-address-in-comment" foreground="steelblue3" italic="false" underline="true"/>
  76. <style name="def:preprocessor" foreground="brown"/>
  77.  
  78. <!-- Unknown? -->
  79. <style name="def:specials" background="violet"/>
  80.  
  81. <!-- XML Styles -->
  82. <style name="xml:attribute-name" foreground="kumera"/>
  83.  
  84. </style-scheme>
Add Comment
Please, Sign In to add comment