vibrant_nerd.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.com> &
  4. Matthew Swasey <matt@viget.com>
  5. This library is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU Library General Public
  7. License as published by the Free Software Foundation; either
  8. version 2 of the License, or (at your option) any later version.
  9. This library is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. Library General Public License for more details.
  13. You should have received a copy of the GNU Library General Public
  14. License along with this library; if not, write to the
  15. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  16. Boston, MA 02111-1307, USA.
  17. -->
  18. <style-scheme id="vibrantnerd" _name="Vibrant Nerd" version="1.0">
  19. <author>Matt Swasey (re Will Farrington)</author>
  20. <_description>Hack of Darkmacs</_description>
  21. <!-- Colors -->
  22. <color name="gray20" value="#333333"/>
  23. <color name="gray70" value="#b3b3b3"/>
  24. <color name="white" value="#ffffff"/>
  25. <color name="black" value="#2E3436"/>
  26. <color name="green" value="#7CC6A2"/>
  27. <color name="aqua" value="#00d8ff"/>
  28. <color name="blue" value="#398EE6"/>
  29. <color name="lightskyblue" value="#87CEFA"/>
  30. <color name="purple" value="#B067BB"/>
  31. <color name="orange" value="#E67321"/>
  32. <color name="carbon" value="#232323"/>
  33. <color name="salmon" value="#fa8072"/>
  34. <color name="steelblue3" value="#4f94cd"/>
  35. <color name="palevioletred2" value="#ee799f"/>
  36. <color name="brown4" value="#8b2323"/>
  37. <color name="red" value="#ff0000"/>
  38. <!-- Global Settings -->
  39. <style name="text" foreground="white" background="black"/>
  40. <style name="cursor" foreground="white"/>
  41. <style name="current-line" background="gray20"/>
  42. <style name="line-numbers" foreground="gray70" background="carbon"/>
  43. <!-- Bracket Matching -->
  44. <style name="bracket-match" background="steelblue3"/>
  45. <style name="bracket-mismatch" background="purple" bold="true"/>
  46. <style name="search-match" foreground="brown4" background="palevioletred2"/>
  47. <!-- Comments -->
  48. <style name="def:comment" foreground="purple"/>
  49. <style name="def:shebang" foreground="purple"/>
  50. <style name="def:doc-comment-element" foreground="purple" bold="true"/>
  51. <!-- Constants and Variables-->
  52. <style name="def:constant" foreground="blue"/>
  53. <style name="def:string" foreground="green" bold="true"/>
  54. <style name="def:special-char" foreground="purple"/>
  55. <style name="def:special-constant" foreground="purple" bold="true"/>
  56. <style name="def:boolean" foreground="purple" bold="true"/>
  57. <style name="def:number" foreground="white"/>
  58. <style name="def:floating-point" foreground="white"/>
  59. <style name="def:keyword" foreground="orange" bold="true"/>
  60. <style name="def:builtin" foreground="lightskyblue"/>
  61. <style name="def:variable" foreground="purple"/>
  62. <!-- Identifiers -->
  63. <style name="def:identifier" foreground="purple"/>
  64. <!-- Statements -->
  65. <style name="def:statement" foreground="lightskyblue"/>
  66. <!-- Types -->
  67. <style name="def:type" foreground="blue"/>
  68. <!-- Others -->
  69. <style name="def:error" foreground="white" background="red" bold="true"/>
  70. <style name="def:note" foreground="black" background="orange" bold="true"/>
  71. <style name="def:net-address-in-comment" foreground="blue" italic="true" underline="true"/>
  72. <style name="def:preprocessor" foreground="purple" bold="true"/>
  73. <!-- Unknown? -->
  74. <style name="def:specials" foreground="white" background="purple"/>
  75. <!-- C Styles -->
  76. <style name="c:preprocessor" foreground="purple" map-to="def:special-char"/>
  77. <!-- Diff Styles -->
  78. <style name="diff:ignore" foreground="gray70"/>
  79. <!-- Ruby Styles -->
  80. <style name="ruby:module-handler" foreground="blue"/>
  81. <style name="ruby:symbol" foreground="blue"/>
  82. <style name="ruby:special-variable" foreground="orange" bold="true"/>
  83. <style name="ruby:predefined-variable" foreground="purple"/>
  84. <style name="ruby:regex" foreground="green"/>
  85. <!-- SH Styles -->
  86. <style name="sh:function" foreground="salmon"/>
  87. <style name="sh:variable1" foreground="purple"/>
  88. <style name="sh:variable2" foreground="purple"/>
  89. <style name="sh:others" map-to="text"/>
  90. <!-- XML Styles -->
  91. <style name="xml:attribute-name" foreground="purple"/>
  92. <style name="xml:element-name" foreground="blue"/>
  93. </style-scheme>