twilight_mod.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2008 Alexandre da Silva <simpsomboy at gmail dot com>
  4. This library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Library General Public
  6. License as published by the Free Software Foundation; either
  7. version 2 of the License, or (at your option) any later version.
  8. This library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Library General Public License for more details.
  12. You should have received a copy of the GNU Library General Public
  13. License along with this library; if not, write to the
  14. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  15. Boston, MA 02111-1307, USA.
  16. -->
  17. <style-scheme id="twilightmod" _name="Twilight Modified" version="1.0">
  18. <author>Alexandre da Silva</author>
  19. <_description>Soft, dark color scheme</_description>
  20. <!-- Colors -->
  21. <color name="foreground" value="#F8F8F8"/>
  22. <color name="background" value="#141414"/>
  23. <color name="currentline" value="#1C1C1C"/>
  24. <color name="comment" value="#5F5A60"/>
  25. <color name="diffignore" value="#888888"/>
  26. <color name="linenumber" value="#A6A6A6"/>
  27. <color name="string" value="#8F9D6A"/>
  28. <color name="keyword" value="#CDA869"/>
  29. <color name="type" value="#9b859d"/>
  30. <color name="variable" value="#7587A6"/>
  31. <color name="number" value="#CF6A4C"/>
  32. <color name="brackets" value="#4F94CD"/>
  33. <color name="regex" value="#E9C062"/>
  34. <color name="error" value="#F8F8F8"/>
  35. <color name="errorbg" value="#562D56"/>
  36. <color name="note" value="#F9EE98"/>
  37. <color name="function" value="#9B703F"/>
  38. <color name="string-inter" value="#DAEfA3"/>
  39. <color name="special" value="#AC885B"/>
  40. <color name="rails" value="#CCC362"/>
  41. <!-- Global Settings -->
  42. <style name="text" foreground="foreground" background="background"/>
  43. <style name="cursor" foreground="foreground"/>
  44. <style name="current-line" background="currentline"/>
  45. <style name="line-numbers" foreground="linenumber" background="background"/>
  46. <!-- Bracket Matching -->
  47. <style name="bracket-match" background="brackets"/>
  48. <style name="bracket-mismatch" foreground="error" background="errorbg" bold="true"/>
  49. <style name="search-match" foreground="foreground" background="brackets"/>
  50. <!-- Comments -->
  51. <style name="def:comment" foreground="comment" italic="true"/>
  52. <style name="def:shebang" foreground="comment" italic="true"/>
  53. <style name="def:doc-comment-element" foreground="comment" bold="true"/>
  54. <!-- Constants and Variables-->
  55. <style name="def:constant" foreground="type"/>
  56. <style name="def:string" foreground="string"/>
  57. <style name="def:special-char" foreground="special"/>
  58. <!-- <style name="def:special-constant" foreground="keyword" /> -->
  59. <style name="def:special-constant" foreground="keyword"/>
  60. <style name="def:boolean" foreground="number"/>
  61. <style name="def:number" foreground="number"/>
  62. <style name="def:floating-point" foreground="number"/>
  63. <!--style name="def:keyword" foreground="keyword" bold="true"/>
  64. <style name="def:builtin" foreground="keyword" bold="true"/-->
  65. <style name="def:keyword" foreground="keyword"/>
  66. <style name="def:builtin" foreground="keyword"/>
  67. <style name="def:variable" foreground="variable"/>
  68. <!-- Identifiers -->
  69. <style name="def:identifier" foreground="variable"/>
  70. <!-- Statements -->
  71. <style name="def:statement" foreground="keyword"/>
  72. <!-- Types -->
  73. <style name="def:type" foreground="type"/>
  74. <!-- Others -->
  75. <style name="def:error" foreground="error" background="errorbg" bold="true"/>
  76. <style name="def:note" foreground="note" bold="true"/>
  77. <style name="def:net-address-in-comment" foreground="brackets" italic="false" underline="true"/>
  78. <style name="def:preprocessor" foreground="linenumber"/>
  79. <!-- Unknown? -->
  80. <style name="def:specials" background="variable"/>
  81. <!-- C Styles -->
  82. <style name="c:preprocessor" map-to="def:special-char"/>
  83. <!-- Diff Styles -->
  84. <style name="diff:ignore" foreground="diffignore"/>
  85. <!-- Ruby Styles -->
  86. <style name="ruby:module-handler" foreground="keyword"/>
  87. <style name="ruby:simple-interpolation" foreground="string-inter"/>
  88. <style name="ruby:complex-interpolation" foreground="string-inter"/>
  89. <style name="ruby:nil-value" foreground="foreground"/>
  90. <style name="ruby:class-definition" foreground="type"/>
  91. <style name="ruby:function-definition" foreground="function"/>
  92. <style name="ruby:symbol" foreground="number"/>
  93. <style name="ruby:regex" foreground="regex"/>
  94. <style name="ruby:constant" foreground="variable"/>
  95. <style name="ruby:rails" foreground="rails"/>
  96. <!-- SH Styles -->
  97. <style name="sh:others" map-to="text"/>
  98. <!-- YAML Styles -->
  99. <style name="yaml:inner-key" foreground="variable"/>
  100. <style name="yaml:scalar-value" foreground="string"/>
  101. <!-- XML Styles -->
  102. <style name="xml:attribute-name" foreground="keyword"/>
  103. <style name="xml:element-name" foreground="variable"/>
  104. </style-scheme>