twilight.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.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="twilight" _name="Twilight" version="1.0">
  18. <author>Will Farrington</author>
  19. <_description>Soft, dark color scheme, based on the style of the same name from pastie.caboo.se</_description>
  20. <!-- Colors -->
  21. <color name="off_white" value="#f8f8f8"/>
  22. <color name="black_grey" value="#141414"/>
  23. <color name="tinted_grey" value="#3f3c40"/>
  24. <color name="dark_grey" value="#665f57"/>
  25. <color name="med_grey" value="#888888"/>
  26. <color name="light_grey" value="#a6a6a6"/>
  27. <color name="olive_green" value="#8f9d6a"/>
  28. <color name="washed_orange" value="#cda869"/>
  29. <color name="faded_violet" value="#9b859d"/>
  30. <color name="faded_cornwall" value="#7587a6"/>
  31. <color name="pink_sandstone" value="#cf6a4c"/>
  32. <color name="steelblue3" value="#4f94cd"/>
  33. <color name="light_brown" value="#9b70f3"/>
  34. <color name="super_faded_orange" value="#e9c062"/>
  35. <color name="dark_maroon" value="#002f29"/>
  36. <color name="yellow" value="#f9ee98"/>
  37. <!-- Global Settings -->
  38. <style name="text" foreground="off_white" background="black_grey"/>
  39. <style name="cursor" foreground="off_white"/>
  40. <style name="current-line" background="tinted_grey"/>
  41. <style name="line-numbers" foreground="light_grey" background="black_grey"/>
  42. <style name="selection" background="dark_grey" />
  43. <style name="selection-unfocused" foreground="white" background="dark_grey" />
  44. <!-- Bracket Matching -->
  45. <style name="bracket-match" background="steelblue3"/>
  46. <style name="bracket-mismatch" background="dark_maroon" bold="true"/>
  47. <style name="search-match" foreground="off_white" background="steelblue3"/>
  48. <!-- Comments -->
  49. <style name="def:comment" foreground="dark_grey" italic="true"/>
  50. <style name="def:shebang" foreground="dark_grey" italic="true"/>
  51. <style name="def:doc-comment-element" foreground="dark_grey" bold="true"/>
  52. <!-- Constants and Variables-->
  53. <style name="def:constant" foreground="faded_cornwall"/>
  54. <style name="def:string" foreground="olive_green"/>
  55. <style name="def:special-char" foreground="faded_cornwall"/>
  56. <style name="def:special-constant" foreground="washed_orange" bold="true"/>
  57. <style name="def:boolean" foreground="pink_sandstone"/>
  58. <style name="def:number" foreground="pink_sandstone"/>
  59. <style name="def:floating-point" foreground="pink_sandstone"/>
  60. <style name="def:keyword" foreground="washed_orange" bold="true"/>
  61. <style name="def:builtin" foreground="washed_orange" bold="true"/>
  62. <style name="def:variable" foreground="faded_cornwall"/>
  63. <!-- Identifiers -->
  64. <style name="def:identifier" foreground="faded_cornwall"/>
  65. <!-- Statements -->
  66. <style name="def:statement" foreground="washed_orange"/>
  67. <!-- Types -->
  68. <style name="def:type" foreground="faded_violet"/>
  69. <!-- Others -->
  70. <style name="def:error" foreground="off_white" background="dark_maroon" bold="true"/>
  71. <style name="def:note" foreground="yellow" bold="true"/>
  72. <style name="def:net-address-in-comment" foreground="steelblue3" italic="false" underline="true"/>
  73. <style name="def:preprocessor" foreground="light_grey"/>
  74. <style name="def:function" foreground="off_white" underline="true"/>
  75. <!-- Unknown? -->
  76. <style name="def:specials" background="faded_cornwall"/>
  77. <!-- C Styles -->
  78. <style name="c:preprocessor" map-to="def:special-char"/>
  79. <!-- Diff Styles -->
  80. <style name="diff:ignore" foreground="med_grey"/>
  81. <!-- Ruby Styles -->
  82. <style name="ruby:module-handler" foreground="washed_orange"/>
  83. <style name="ruby:symbol" foreground="pink_sandstone"/>
  84. <style name="ruby:regex" foreground="super_faded_orange"/>
  85. <!-- SH Styles -->
  86. <style name="sh:others" map-to="text"/>
  87. <!-- XML Styles -->
  88. <style name="xml:attribute-name" foreground="washed_orange"/>
  89. <style name="xml:element-name" foreground="faded_cornwall"/>
  90. </style-scheme>