mustang.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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="mustang" _name="Mustang" version="1.0">
  19. <author>Bernhard Posselt</author>
  20. <_description>This is a port of the VIM colorscheme Mustang</_description>
  21. <!-- Tango Palette -->
  22. <color name="white1" value="#e2e2e5"/>
  23. <color name="orange1" value="#ff9800"/>
  24. <color name="blue1" value="#7e8aa2"/>
  25. <color name="blue2" value="#3465a4"/>
  26. <color name="grey1" value="#808080"/>
  27. <color name="grey2" value="#626262"/>
  28. <color name="grey3" value="#202020"/>
  29. <color name="grey4" value="#2d2d2d"/>
  30. <color name="green1" value="#b1d631"/>
  31. <color name="green2" value="#d0ffc0"/>
  32. <color name="beige1" value="#faf4c6"/>
  33. <color name="yellow1" value="#e6ea50"/>
  34. <!-- Global Settings -->
  35. <style name="text" foreground="white1" background="grey3"/>
  36. <style name="selection" foreground="white1" background="blue2"/>
  37. <style name="cursor" background="grey2"/>
  38. <style name="current-line" background="grey4"/>
  39. <style name="line-numbers" foreground="grey1" background="#black"/>
  40. <style name="draw-spaces" foreground="def:comment"/>
  41. <!-- Bracket Matching -->
  42. <style name="bracket-match" foreground="green2" bold="true"/>
  43. <style name="bracket-mismatch" foreground="white1" background="orange1" bold="true"/>
  44. <!-- Right Margin -->
  45. <style name="right-margin" foreground="white1" background="grey2"/>
  46. <!-- Search Matching -->
  47. <style name="search-match" foreground="white1" background="blue2"/>
  48. <!-- Comments -->
  49. <style name="def:comment" foreground="grey1" italic="true"/>
  50. <style name="def:shebang" foreground="grey1" bold="true"/>
  51. <style name="def:doc-comment" foreground="orange1" />
  52. <style name="def:doc-comment-element" foreground="orange1" />
  53. <!-- Constants -->
  54. <style name="def:constant" foreground="orange1"/>
  55. <style name="def:string" foreground="green1" italic="true"/>
  56. <style name="def:special-char" foreground="orange1"/>
  57. <style name="def:special-constant" foreground="green1"/>
  58. <style name="def:floating-point" foreground="orange1"/>
  59. <!-- Identifiers -->
  60. <style name="def:identifier" foreground="green1"/>
  61. <!-- Statements -->
  62. <style name="def:statement" foreground="blue1"/>
  63. <!-- Types -->
  64. <style name="def:type" foreground="blue1"/>
  65. <!-- Others -->
  66. <style name="def:preprocessor" foreground="beige1"/>
  67. <style name="def:error" foreground="white1" background="orange1" bold="true"/>
  68. <style name="def:note" background="yellow1" italic="true"/>
  69. <style name="def:underlined" italic="true" underline="true"/>
  70. <!-- Language specific -->
  71. <style name="xml:element-name" foreground="blue1" italic="true"/>
  72. <style name="sh:variable-definition" foreground="green1" bold="true"/>
  73. <style name="diff:added-line" foreground="green1"/>
  74. <style name="diff:removed-line" foreground="orange1"/>
  75. <style name="diff:changed-line" foreground="beige"/>
  76. <style name="diff:diff-file" foreground="blue1" bold="true"/>
  77. <style name="diff:location" foreground="blue1"/>
  78. <style name="diff:special-case" foreground="#white" bold="true"/>
  79. <style name="latex:command" foreground="blue1" bold="true"/>
  80. <style name="latex:include" use-style="def:preprocessor"/>
  81. </style-scheme>