vitamins.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. Henrique C. Alves <hcarvalhoalves@gmail.com>
  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="vitamins" _name="Vitamins" version="1.0">
  19. <author>Bernhard Posselt</author>
  20. <_description>This is a port of the VIM colorscheme Vitamins</_description>
  21. <!-- Tango Palette -->
  22. <color name="white1" value="#ffffff"/>
  23. <color name="white2" value="#ffffd7"/>
  24. <color name="white3" value="#f6f3f0"/>
  25. <color name="red1" value="#af5f5f"/>
  26. <color name="red2" value="#902020"/>
  27. <color name="blue1" value="#acf0f2"/>
  28. <color name="beige1" value="#ede39e"/>
  29. <color name="beige2" value="#f6f3e8"/>
  30. <color name="orange1" value="#ff5d28"/>
  31. <color name="green1" value="#cdd129"/>
  32. <color name="brown1" value="#857b6f"/>
  33. <color name="grey1" value="#343434"/>
  34. <color name="grey2" value="#5c5a4f"/>
  35. <color name="grey3" value="#2d2d2d"/>
  36. <color name="grey4" value="#656565"/>
  37. <color name="grey5" value="#999999"/>
  38. <color name="grey6" value="#808080"/>
  39. <color name="grey7" value="#444444"/>
  40. <color name="grey8" value="#242424"/>
  41. <color name="yellow1" value="#e6ea50"/>
  42. <!-- Global Settings -->
  43. <style name="text" foreground="white3" background="grey8"/>
  44. <style name="selection" foreground="white2" background="grey7"/>
  45. <style name="cursor" background="grey4"/>
  46. <style name="current-line" background="grey3"/>
  47. <style name="line-numbers" foreground="grey2" background="#black"/>
  48. <style name="draw-spaces" foreground="def:comment"/>
  49. <!-- Bracket Matching -->
  50. <style name="bracket-match" foreground="beige2" background="brown1" 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="grey6" italic="true"/>
  58. <style name="def:shebang" foreground="def:comment" bold="true"/>
  59. <style name="def:doc-comment" foreground="blue1" />
  60. <style name="def:doc-comment-element" foreground="blue1" />
  61. <!-- Constants -->
  62. <style name="def:constant" foreground="blue1"/>
  63. <style name="def:string" foreground="orange1" />
  64. <style name="def:special-char" foreground="grey6" background="grey1"/>
  65. <style name="def:special-constant" foreground="blue1"/>
  66. <style name="def:floating-point" foreground="beige1"/>
  67. <!-- Identifiers -->
  68. <style name="def:identifier" foreground="orange1"/>
  69. <!-- Statements -->
  70. <style name="def:statement" foreground="red1"/>
  71. <!-- Types -->
  72. <style name="def:type" foreground="green1"/>
  73. <!-- Others -->
  74. <style name="def:preprocessor" foreground="beige1"/>
  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="green1"/>
  80. <style name="diff:added-line" foreground="orange1"/>
  81. <style name="diff:removed-line" foreground="blue1"/>
  82. <style name="diff:changed-line" foreground="beige1"/>
  83. <style name="diff:diff-file" foreground="green1"/>
  84. <style name="diff:location" foreground="green1"/>
  85. <style name="diff:special-case" foreground="red1" bold="true"/>
  86. </style-scheme>