jellybeans.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2012
  4. Author: Bernhard Posselt <bernhard.posselt@gmx.at>
  5. NanoTech <http://nanotech.nanotechcorp.net/>
  6. This file is free software; you can redistribute it and/or
  7. modify it under the terms of the GNU Lesser General Public
  8. License as published by the Free Software Foundation; either
  9. version 2 of the License, or (at your option) any later version.
  10. This file is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. Lesser General Public License for more details.
  14. You should have received a copy of the GNU Lesser General Public
  15. License along with this library; if not, write to the Free Software
  16. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  17. -->
  18. <style-scheme id="jellybeans" _name="Jellybeans" version="1.0">
  19. <author>Bernhard Posselt</author>
  20. <_description>This is a port of the VIM colorscheme Jellybeans</_description>
  21. <!-- Tango Palette -->
  22. <color name="white1" value="#ffffff"/>
  23. <color name="red1" value="#cf6a4c"/>
  24. <color name="red2" value="#902020"/>
  25. <color name="orange1" value="#ffb964"/>
  26. <color name="orange2" value="#FAD07A"/>
  27. <color name="blue1" value="#B0D0F0"/>
  28. <color name="blue2" value="#8fbfdc"/>
  29. <color name="grey1" value="#151515"/>
  30. <color name="grey2" value="#1c1c1c"/>
  31. <color name="grey3" value="#404040"/>
  32. <color name="grey4" value="#605958"/>
  33. <color name="grey5" value="#999999"/>
  34. <color name="grey6" value="#808080"/>
  35. <color name="grey7" value="#888888"/>
  36. <color name="grey8" value="#343434"/>
  37. <color name="green1" value="#99ad6a"/>
  38. <color name="green2" value="#80a090"/>
  39. <color name="beige1" value="#e8e8d3"/>
  40. <color name="yellow1" value="#e6ea50"/>
  41. <color name="lila1" value="#C6B6EE"/>
  42. <!-- Global Settings -->
  43. <style name="text" foreground="beige1" background="grey1"/>
  44. <style name="selection" background="grey3"/>
  45. <style name="cursor" background="blue1"/>
  46. <style name="current-line" background="grey2"/>
  47. <style name="line-numbers" foreground="grey4" background="grey1"/>
  48. <style name="draw-spaces" foreground="def:comment"/>
  49. <!-- Bracket Matching -->
  50. <style name="bracket-match" foreground="white1" background="green2" bold="true"/>
  51. <style name="bracket-mismatch" foreground="white1" background="red2" bold="true"/>
  52. <!-- Right Margin -->
  53. <style name="right-margin" foreground="grey5" background="grey6"/>
  54. <!-- Search Matching -->
  55. <style name="search-match" background="blue2"/>
  56. <!-- Comments -->
  57. <style name="def:comment" foreground="grey7" italic="true"/>
  58. <style name="def:shebang" foreground="def:comment" bold="true"/>
  59. <style name="def:doc-comment" foreground="green1" />
  60. <style name="def:doc-comment-element" foreground="orange2" />
  61. <!-- Constants -->
  62. <style name="def:constant" foreground="red1"/>
  63. <style name="def:string" foreground="green1" />
  64. <style name="def:special-char" foreground="grey6" background="grey8"/>
  65. <style name="def:special-constant" foreground="red1"/>
  66. <style name="def:floating-point" foreground="red1"/>
  67. <!-- Identifiers -->
  68. <style name="def:identifier" foreground="lila1"/>
  69. <!-- Statements -->
  70. <style name="def:statement" foreground="lila1"/>
  71. <!-- Types -->
  72. <style name="def:type" foreground="orange1"/>
  73. <!-- Others -->
  74. <style name="def:preprocessor" foreground="blue2"/>
  75. <style name="def:error" foreground="white1" background="red2"/>
  76. <style name="def:note" background="yellow1" italic="true"/>
  77. <style name="def:underlined" italic="true" underline="true"/>
  78. <!-- Language specific -->
  79. <style name="xml:element-name" foreground="orange2"/>
  80. <style name="diff:added-line" foreground="green1"/>
  81. <style name="diff:removed-line" foreground="red1"/>
  82. <style name="diff:changed-line" foreground="blue2"/>
  83. <style name="diff:diff-file" foreground="orange1"/>
  84. <style name="diff:location" foreground="orange1"/>
  85. <style name="diff:special-case" foreground="lila1" bold="true"/>
  86. </style-scheme>