Guest User

Untitled

a guest
Nov 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4. This file is part of GtkSourceView
  5.  
  6. Copyright (C) 2006-2007 GtkSourceView team
  7. Author: Michael Monreal <michael.monreal@gmail.com>
  8.  
  9. GtkSourceView is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU Lesser General Public
  11. License as published by the Free Software Foundation; either
  12. version 2.1 of the License, or (at your option) any later version.
  13.  
  14. GtkSourceView is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. Lesser General Public License for more details.
  18.  
  19. You should have received a copy of the GNU Lesser General Public
  20. License along with this library; if not, write to the Free Software
  21. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  22.  
  23. -->
  24. <style-scheme id="tango" _name="Tango" version="1.0">
  25. <author>Michael Monreal</author>
  26. <_description>Color scheme using Tango color palette</_description>
  27.  
  28. <!-- Tango Palette -->
  29. <color name="butter1" value="#fce94f"/>
  30. <color name="butter2" value="#edd400"/>
  31. <color name="butter3" value="#c4a000"/>
  32. <color name="chameleon1" value="#8ae234"/>
  33. <color name="chameleon2" value="#73d216"/>
  34. <color name="chameleon3" value="#4e9a06"/>
  35. <color name="orange1" value="#fcaf3e"/>
  36. <color name="orange2" value="#f57900"/>
  37. <color name="orange3" value="#ce5c00"/>
  38. <color name="skyblue1" value="#729fcf"/>
  39. <color name="skyblue2" value="#3465a4"/>
  40. <color name="skyblue3" value="#204a87"/>
  41. <color name="plum1" value="#ad7fa8"/>
  42. <color name="plum2" value="#75507b"/>
  43. <color name="plum3" value="#5c3566"/>
  44. <color name="chocolate1" value="#e9b96e"/>
  45. <color name="chocolate2" value="#c17d11"/>
  46. <color name="chocolate3" value="#8f5902"/>
  47. <color name="scarletred1" value="#ef2929"/>
  48. <color name="scarletred2" value="#cc0000"/>
  49. <color name="scarletred3" value="#a40000"/>
  50. <color name="aluminium1" value="#eeeeec"/>
  51. <color name="aluminium2" value="#d3d7cf"/>
  52. <color name="aluminium3" value="#babdb6"/>
  53. <color name="aluminium4" value="#888a85"/>
  54. <color name="aluminium5" value="#555753"/>
  55. <color name="aluminium6" value="#2e3436"/>
  56.  
  57. <!-- Global Settings -->
  58. <style name="text" foreground="aluminium6" background="aluminium1"/>
  59. <style name="line-numbers" foreground="aluminium6" background="aluminium1"/>
  60. <style name="selection" foreground="#f3f3f3" background="#8fae70"/>
  61. <style name="cursor" foreground="aluminium4"/>
  62. <style name="current-line" background="aluminium1"/>
  63. <style name="current-line-number" background="aluminium1"/>
  64. <style name="draw-spaces" foreground="aluminium3"/>
  65. <style name="background-pattern" background="#f3f3f3"/>
  66.  
  67. <!-- Bracket Matching -->
  68. <style name="bracket-match" foreground="scarletred1" bold="true"/>
  69. <style name="bracket-mismatch" foreground="aluminium1" background="scarletred3" bold="true"/>
  70.  
  71. <!-- Right Margin -->
  72. <style name="right-margin" foreground="aluminium6" background="aluminium6"/>
  73.  
  74. <!-- Search Matching -->
  75. <style name="search-match" background="butter1"/>
  76.  
  77. <!-- Comments -->
  78. <style name="def:comment" foreground="skyblue3"/>
  79. <style name="def:shebang" foreground="skyblue3" bold="true"/>
  80. <style name="def:doc-comment-element" italic="true"/>
  81.  
  82. <!-- Constants -->
  83. <style name="def:constant" foreground="plum1"/>
  84. <style name="def:special-char" foreground="plum3"/>
  85.  
  86. <!-- Identifiers -->
  87. <style name="def:identifier" foreground="skyblue2"/>
  88.  
  89. <!-- Statements -->
  90. <style name="def:statement" foreground="scarletred3" bold="true"/>
  91.  
  92. <!-- Types -->
  93. <style name="def:type" foreground="chameleon3" bold="true"/>
  94.  
  95. <!-- Others -->
  96. <style name="def:preprocessor" foreground="chocolate3"/>
  97. <style name="def:error" background="scarletred2" bold="true"/>
  98. <style name="def:warning" background="plum1"/>
  99. <style name="def:note" background="orange1" bold="true"/>
  100. <style name="def:underlined" italic="true" underline="single"/>
  101.  
  102. <!-- Heading styles, uncomment to enable -->
  103. <!--
  104. <style name="def:heading0" scale="5.0"/>
  105. <style name="def:heading1" scale="2.5"/>
  106. <style name="def:heading2" scale="2.0"/>
  107. <style name="def:heading3" scale="1.7"/>
  108. <style name="def:heading4" scale="1.5"/>
  109. <style name="def:heading5" scale="1.3"/>
  110. <style name="def:heading6" scale="1.2"/>
  111. -->
  112.  
  113. <!-- Language specific -->
  114. <style name="diff:added-line" foreground="chameleon3"/>
  115. <style name="diff:removed-line" foreground="plum3"/>
  116. <style name="diff:changed-line" use-style="def:preprocessor"/>
  117. <style name="diff:diff-file" use-style="def:type"/>
  118. <style name="diff:location" use-style="def:statement"/>
  119. <style name="diff:special-case" use-style="def:constant"/>
  120.  
  121. <style name="xml:tags" foreground="chameleon3"/>
  122. <style name="xml:namespace" bold="true"/>
  123.  
  124. <style name="js:object" foreground="chameleon3" bold="true"/>
  125. <style name="js:constructors" foreground="chameleon3"/>
  126.  
  127. <style name="latex:display-math" foreground="plum3"/>
  128. <style name="latex:command" foreground="chameleon3" bold="true"/>
  129. <style name="latex:include" use-style="def:preprocessor"/>
  130. <style name="latex:special-char" use-style="def:constant"/>
  131.  
  132. <style name="sh:variable" foreground="plum3"/>
  133. <style name="sh:variable-definition" foreground="chameleon3"/>
  134.  
  135. </style-scheme>
Add Comment
Please, Sign In to add comment