zenburn.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <style-scheme id="zenburn" _name="Zenburn" version="1.0">
  3. <author>Nazgum</author>
  4. <_description>Zenburn color scheme</_description>
  5. <!--
  6. ZENBURN
  7. COLOR
  8. PALETTE
  9. -->
  10. <!-- Greys -->
  11. <color name="darker grey" value="#262626"/>
  12. <color name="dark grey" value="#3f3f3f"/>
  13. <color name="almost dark grey" value="#4A4A4A"/>
  14. <color name="slightly dark grey" value="#9E9B81"/>
  15. <color name="grey" value="#C3BF9F"/>
  16. <color name="very light grey" value="#DCDCCC"/>
  17. <color name="white" value="#ffffff"/>
  18. <!-- Reds -->
  19. <color name="dark red" value="#705050"/>
  20. <color name="dark pink" value="#D19D9D"/>
  21. <color name="pink" value="#DCA3A3"/>
  22. <color name="plum" value="#DFAF8F"/>
  23. <!-- Blues -->
  24. <color name="dark blue" value="#506070"/>
  25. <color name="turquoise" value="#60B48A"/>
  26. <color name="blue" value="#9AB1CD"/>
  27. <color name="light blue" value="#94BFF3"/>
  28. <color name="dark cyan" value="#709080"/>
  29. <color name="cyan" value="#8CD0D3"/>
  30. <color name="light cyan" value="#93E0E3"/>
  31. <!-- Purples -->
  32. <color name="dark magenta" value="#945E83"/>
  33. <color name="light magenta" value="#DC8CC3"/>
  34. <color name="very light magenta" value="#EC93D3"/>
  35. <!-- Yellows -->
  36. <color name="dark yellow" value="#B5DCA3"/>
  37. <color name="light yellow" value="#F0DFAF"/>
  38. <!-- Greens -->
  39. <color name="green" value="#9CC54A"/>
  40. <!--
  41. CONTENT
  42. TO
  43. COLOR
  44. -->
  45. <!-- Global Settings -->
  46. <style name="text" foreground="very light grey" background="dark grey"/>
  47. <style name="selection" foreground="white" background="dark blue"/>
  48. <style name="cursor" foreground="very light grey"/>
  49. <style name="current-line" background="almost dark grey"/>
  50. <style name="line-numbers" foreground="slightly dark grey" background="darker grey"/>
  51. <!-- Bracket Matching -->
  52. <style name="bracket-match" foreground="white" background="dark cyan" bold="true"/>
  53. <style name="bracket-mismatch" foreground="white" background="light yellow" bold="true"/>
  54. <!-- Right Margin -->
  55. <style name="right-margin" foreground="white" background="dark blue"/>
  56. <!-- Search Matching -->
  57. <style name="search-match" foreground="dark grey" background="plum"/>
  58. <!-- Comments -->
  59. <style name="def:comment" foreground="light magenta"/>
  60. <style name="def:shebang" foreground="dark blue" bold="true"/>
  61. <style name="def:doc-comment-element" italic="true"/>
  62. <!-- Constants -->
  63. <style name="def:constant" foreground="turquoise"/>
  64. <style name="def:string" foreground="turquoise"/>
  65. <style name="def:special-char" foreground="pink"/>
  66. <style name="def:special-constant" foreground="pink"/>
  67. <style name="def:floating-point" foreground="pink"/>
  68. <!-- Identifiers -->
  69. <style name="def:identifier" foreground="light blue"/>
  70. <!-- Statements -->
  71. <style name="def:statement" foreground="white" bold="true"/>
  72. <!-- Types -->
  73. <style name="def:type" foreground="cyan" bold="true"/>
  74. <!-- Others -->
  75. <style name="def:preprocessor" foreground="plum"/>
  76. <style name="def:error" foreground="pink" background="dark blue" bold="true"/>
  77. <style name="def:note" background="light yellow" foreground="dark blue" bold="true"/>
  78. <style name="def:underlined" italic="true" underline="true"/>
  79. <!-- Language specific -->
  80. <style name="diff:added-line" foreground="turquoise"/>
  81. <style name="diff:removed-line" foreground="light blue"/>
  82. <style name="diff:changed-line" foreground="plum"/>
  83. <style name="diff:diff-file" foreground="cyan" bold="true"/>
  84. <style name="diff:location" foreground="cyan"/>
  85. <style name="diff:special-case" foreground="white" bold="true"/>
  86. <!-- Ruby specific -->
  87. <!-- <style name="ruby:keyword" foreground="ambra" bold="true"/> -->
  88. <style name="ruby:comment" foreground="pink"/>
  89. <style name="ruby:attribute-definition" foreground="white" bold="true"/>
  90. <style name="ruby:module-handler" foreground="white" bold="true"/>
  91. <style name="ruby:builtin" foreground="blue" bold="true"/>
  92. <style name="ruby:special-variable" foreground="light magenta" bold="true"/>
  93. <style name="ruby:predefined-variable" foreground="light blue" bold="true"/>
  94. <!-- <style name="ruby:variable" foreground="green" bold="true"/> -->
  95. <style name="ruby:symbol" foreground="cyan"/>
  96. <style name="ruby:regex" foreground="light magenta" bold="true"/>
  97. <style name="ruby:constant" foreground="blue" bold="true"/>
  98. <!-- Other ruby styles
  99. <style name="ruby:keyword" foreground="ambra" bold="true"/>
  100. <style name="ruby:variable" foreground="green" bold="true"/>
  101. <style name="ruby:nil-value" foreground="fuchsia" bold="true"/>
  102. <style name="ruby:boolean" foreground="fuchsia" bold="true"/>
  103. -->
  104. </style-scheme>