vibrant_fun.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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="vibrant_fun" _name="Vibrant Fun" version="1.0">
  18. <author>Matt Swasey</author>
  19. <_description>A hack of vibrant ink</_description>
  20. <color name="gray" value="#bbbbbb"/>
  21. <color name="white" value="#eeeeee"/>
  22. <color name="yellow" value="#fce94f"/>
  23. <color name="senape" value="#acc900"/>
  24. <color name="lime" value="#96ff00"/>
  25. <color name="green" value="#00c900"/>
  26. <color name="alga" value="#00c99b"/>
  27. <color name="aqua" value="#00d8ff"/>
  28. <color name="cyan" value="#66BDE3"/>
  29. <color name="violet" value="#9e91ff"/>
  30. <color name="purple" value="#bb66ff"/>
  31. <color name="fuchsia" value="#ff44cc"/>
  32. <color name="magenta" value="#ff79d9"/>
  33. <color name="red" value="#ff2f6a"/>
  34. <color name="orange" value="#FF872E"/>
  35. <color name="ambra" value="#ff9900"/>
  36. <color name="asfalto" value="#555753"/>
  37. <color name="carbon" value="#3b3b3b"/>
  38. <!--
  39. GUI styles
  40. -->
  41. <style name="text" foreground="white" background="carbon"/>
  42. <style name="selection" background="asfalto"/>
  43. <style name="selection-unfocused" foreground="white" background="gray"/>
  44. <style name="cursor" foreground="white"/>
  45. <style name="secondary-cursor" foreground="magenta"/>
  46. <style name="current-line" background="#black"/>
  47. <style name="line-numbers" foreground="asfalto" background="gray"/>
  48. <style name="bracket-match" foreground="white" background="purple" bold="true"/>
  49. <style name="bracket-mismatch" foreground="white" background="magenta" bold="true"/>
  50. <style name="search-match" foreground="carbon" background="yellow"/>
  51. <!--
  52. Default styles
  53. -->
  54. <style name="def:keyword" foreground="ambra" bold="true"/>
  55. <style name="def:statement" foreground="alga"/>
  56. <style name="def:function" foreground="violet"/>
  57. <style name="def:preprocessor" foreground="white" bold="true"/>
  58. <style name="def:type" foreground="cyan"/>
  59. <style name="def:character" foreground="ambra"/>
  60. <style name="def:comment" foreground="purple"/>
  61. <style name="def:number" foreground="alga"/>
  62. <style name="def:string" foreground="lime"/>
  63. <style name="def:net-address-in-comment" foreground="violet" italic="true" underline="true"/>
  64. <style name="def:note" foreground="white" background="fuchsia" bold="true"/>
  65. <style name="def:error" background="red" bold="true"/>
  66. <style name="def:escape" foreground="violet"/>
  67. <style name="def:shebang" foreground="alga" bold="true"/>
  68. <style name="def:doc-comment-element" italic="true"/>
  69. <style name="def:identifier" foreground="green" bold="true"/>
  70. <style name="def:specials" foreground="white" background="magenta"/>
  71. <style name="def:variable" foreground="cyan"/>
  72. <style name="def:boolean" foreground="fuchsia" bold="true"/>
  73. <style name="def:constant" foreground="yellow"/>
  74. <style name="def:special-constant" foreground="fuchsia" bold="true"/>
  75. <!--
  76. Language specific styles
  77. -->
  78. <!-- <style name="ruby:keyword" foreground="ambra" bold="true"/> -->
  79. <style name="ruby:comment" foreground="magenta"/>
  80. <style name="ruby:attribute-definition" foreground="white" bold="true"/>
  81. <style name="ruby:module-handler" foreground="white" bold="true"/>
  82. <style name="ruby:builtin" foreground="yellow" bold="true"/>
  83. <style name="ruby:special-variable" foreground="fuchsia" bold="true"/>
  84. <style name="ruby:predefined-variable" foreground="aqua" bold="true"/>
  85. <!-- <style name="ruby:variable" foreground="green" bold="true"/> -->
  86. <style name="ruby:symbol" foreground="cyan"/>
  87. <style name="ruby:regex" foreground="fuchsia" bold="true"/>
  88. <style name="ruby:constant" foreground="yellow"/>
  89. <!-- <style name="ruby:nil-value" foreground="fuchsia" bold="true"/> -->
  90. <!-- <style name="ruby:boolean" foreground="fuchsia" bold="true"/> -->
  91. <style name="diff:added-line" foreground="lime"/>
  92. <style name="diff:removed-line" foreground="magenta"/>
  93. <style name="diff:changed-line" foreground="ambra"/>
  94. <style name="diff:special-case" use-style="def:string"/>
  95. <style name="diff:location" use-style="def:keyword"/>
  96. </style-scheme>