railscasts.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2008 Matthew Swasey <matt.swasey@viget.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="railscasts" _name="RailsCasts" version="1.0">
  18. <author>Matthew Swasey</author>
  19. <_description>A clone of the RailsCasts TextMate theme by Ryan Bates</_description>
  20. <!-- Colors -->
  21. <color name="background" value="#2b2b2b"/>
  22. <color name="caret" value="#ffffff"/>
  23. <color name="foreground" value="#e6e1dc"/>
  24. <color name="highlight" value="#333435"/>
  25. <color name="comment" value="#bc9458"/>
  26. <color name="keyword" value="#cc7833"/>
  27. <color name="function" value="#FFC66D"/>
  28. <color name="class" value="#FFFFFF"/>
  29. <color name="number" value="#A5C261"/>
  30. <color name="variable" value="#D0D0FF"/>
  31. <color name="constant" value="#6d9cbe"/>
  32. <color name="constant2" value="#DA4939"/>
  33. <color name="string" value="#a5c261"/>
  34. <!-- Global Settings -->
  35. <style name="text" foreground="foreground" background="background"/>
  36. <style name="cursor" foreground="foreground"/>
  37. <style name="current-line" background="background"/>
  38. <style name="line-numbers" foreground="foreground" background="background"/>
  39. <!-- Bracket Matching
  40. <style name="bracket-match" background="highlight"/>
  41. <style name="bracket-mismatch" background="highlight" bold="true"/>
  42. <style name="search-match" foreground="foreground" background="caret"/> -->
  43. <!-- Comments -->
  44. <style name="def:comment" foreground="comment" italic="true"/>
  45. <style name="def:shebang" foreground="comment" italic="true"/>
  46. <style name="def:doc-comment-element" foreground="comment" bold="true"/>
  47. <!-- Constants and Variables-->
  48. <style name="def:constant" foreground="constant"/>
  49. <style name="def:string" foreground="string"/>
  50. <style name="def:special-char" foreground="foreground"/>
  51. <style name="def:special-constant" foreground="foreground" bold="true"/>
  52. <style name="def:boolean" foreground="constant"/>
  53. <style name="def:number" foreground="number"/>
  54. <style name="def:floating-point" foreground="number"/>
  55. <style name="def:keyword" foreground="keyword" bold="true"/>
  56. <style name="def:builtin" foreground="function" bold="true"/>
  57. <style name="def:variable" foreground="variable"/>
  58. <!-- Identifiers -->
  59. <style name="def:identifier" foreground="variable"/>
  60. <!-- Statements -->
  61. <style name="def:statement" foreground="constant2"/>
  62. <!-- Types -->
  63. <style name="def:type" foreground="constant2"/>
  64. <!-- Others -->
  65. <style name="def:error" foreground="highlight" bold="true"/>
  66. <style name="def:note" foreground="highlight" bold="true"/>
  67. <style name="def:net-address-in-comment" foreground="variable" italic="false" underline="true"/>
  68. <style name="def:preprocessor" foreground="highlight"/>
  69. <!-- Unknown? -->
  70. <style name="def:specials" background="class"/>
  71. <!-- C Styles -->
  72. <style name="c:preprocessor" map-to="def:special-char"/>
  73. <!-- Diff Styles -->
  74. <style name="diff:ignore" foreground="highlight"/>
  75. <!-- Ruby Styles -->
  76. <style name="ruby:module-handler" foreground="class"/>
  77. <style name="ruby:symbol" foreground="constant"/>
  78. <style name="ruby:regex" foreground="number"/>
  79. <!-- SH Styles -->
  80. <style name="sh:others" map-to="text"/>
  81. <!-- XML Styles -->
  82. <style name="xml:attribute-name" foreground="keyword"/>
  83. <style name="xml:element-name" foreground="keyword"/>
  84. </style-scheme>