darkermate.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2006-2007 GtkSourceView team
  4. Author: Luigi Maselli <luigix_@t_gmail_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="darkermate" _name="Darkermate" version="1.0">
  19. <author>Maximiliano Guzman</author>
  20. <_description>A rip of Luigi Maselli's Darkmate, for darker backgrounds</_description>
  21. <!--
  22. Colors from the Darkmate palette. See it in action on http://grigio.org/files/darkmate.png
  23. -->
  24. <color name="gray" value="#bbbbbb"/>
  25. <color name="white" value="#eeeeee"/>
  26. <color name="yellow" value="#fce94f"/>
  27. <color name="senape" value="#acc900"/>
  28. <color name="lime" value="#96ff00"/>
  29. <color name="green" value="#00c900"/>
  30. <color name="alga" value="#00c99b"/>
  31. <color name="aqua" value="#00d8ff"/>
  32. <color name="cyan" value="#009cff"/>
  33. <color name="violet" value="#9e91ff"/>
  34. <color name="purple" value="#bb66ff"/>
  35. <color name="fuchsia" value="#ff44cc"/>
  36. <color name="magenta" value="#ff79d9"/>
  37. <color name="red" value="#ff2f6a"/>
  38. <color name="orange" value="#ff6100"/>
  39. <color name="ambra" value="#ff9900"/>
  40. <color name="asfalto" value="#555753"/>
  41. <color name="carbon" value="#121212"/>
  42. <!--
  43. GUI styles
  44. -->
  45. <style name="text" foreground="white" background="carbon"/>
  46. <style name="selection" background="asfalto"/>
  47. <style name="selection-unfocused" foreground="white" background="gray"/>
  48. <style name="cursor" foreground="white"/>
  49. <style name="secondary-cursor" foreground="magenta"/>
  50. <style name="current-line" background="#black"/>
  51. <style name="line-numbers" foreground="asfalto" background="gray"/>
  52. <style name="bracket-match" foreground="white" background="purple" bold="true"/>
  53. <style name="bracket-mismatch" foreground="white" background="magenta" bold="true"/>
  54. <style name="search-match" foreground="carbon" background="yellow"/>
  55. <!--
  56. Default styles
  57. -->
  58. <style name="def:keyword" foreground="ambra" bold="true"/>
  59. <style name="def:statement" foreground="alga"/>
  60. <style name="def:function" foreground="violet"/>
  61. <style name="def:preprocessor" foreground="white" bold="true"/>
  62. <style name="def:type" foreground="cyan"/>
  63. <style name="def:character" foreground="ambra"/>
  64. <style name="def:comment" foreground="purple"/>
  65. <style name="def:number" foreground="alga"/>
  66. <style name="def:string" foreground="lime"/>
  67. <style name="def:net-address-in-comment" foreground="violet" italic="true" underline="true"/>
  68. <style name="def:note" foreground="white" background="fuchsia" bold="true"/>
  69. <style name="def:error" background="red" bold="true"/>
  70. <style name="def:escape" foreground="violet"/>
  71. <style name="def:shebang" foreground="alga" bold="true"/>
  72. <style name="def:doc-comment-element" italic="true"/>
  73. <style name="def:identifier" foreground="green" bold="true"/>
  74. <style name="def:specials" foreground="white" background="magenta"/>
  75. <style name="def:variable" foreground="cyan"/>
  76. <style name="def:boolean" foreground="fuchsia" bold="true"/>
  77. <style name="def:constant" foreground="yellow"/>
  78. <style name="def:special-constant" foreground="fuchsia" bold="true"/>
  79. <!--
  80. Language specific styles
  81. -->
  82. <!-- <style name="ruby:keyword" foreground="ambra" bold="true"/> -->
  83. <style name="ruby:comment" foreground="magenta"/>
  84. <style name="ruby:attribute-definition" foreground="white" bold="true"/>
  85. <style name="ruby:module-handler" foreground="white" bold="true"/>
  86. <style name="ruby:builtin" foreground="yellow" bold="true"/>
  87. <style name="ruby:special-variable" foreground="fuchsia" bold="true"/>
  88. <style name="ruby:predefined-variable" foreground="aqua" bold="true"/>
  89. <!-- <style name="ruby:variable" foreground="green" bold="true"/> -->
  90. <style name="ruby:symbol" foreground="cyan"/>
  91. <style name="ruby:regex" foreground="fuchsia" bold="true"/>
  92. <style name="ruby:constant" foreground="yellow"/>
  93. <!-- <style name="ruby:nil-value" foreground="fuchsia" bold="true"/> -->
  94. <!-- <style name="ruby:boolean" foreground="fuchsia" bold="true"/> -->
  95. <style name="diff:added-line" foreground="lime"/>
  96. <style name="diff:removed-line" foreground="magenta"/>
  97. <style name="diff:changed-line" foreground="ambra"/>
  98. <style name="diff:special-case" use-style="def:string"/>
  99. <style name="diff:location" use-style="def:keyword"/>
  100. </style-scheme>