Advertisement
AZJIO

gedit style (azjio.xml)

Jun 29th, 2014
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.92 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) 2007 GtkSourceView team
  7. Author: Paolo Borelli <pborelli@gnome.org>
  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, MA02110-1301USA
  22.  
  23. -->
  24.  
  25. <style-scheme id="azjio" _name="azjio" version="1.0">
  26.  
  27. <author>azjio</author>
  28. <_description>Dark color scheme using the Tango color palette</_description>
  29.  
  30. <!-- Палитра -->
  31. <color name="scarletred3"       value="#a40000"/><!-- тёмно красный -->
  32. <color name="white"         value="#eeeeee"/><!-- белый -->
  33.  
  34. <!-- <color name="bg_red"           value="#940e10"/>красный фон -->
  35. <!-- <color name="_green"           value="#8ae234"/> зелёный текст -->
  36. <color name="bg_green"      value="#4e9a06"/><!-- зелёный фон -->
  37.  
  38. <!-- Цвет типов элементов кода -->
  39. <color name="_string"           value="#aaaaaa"/><!-- строка -->
  40. <color name="_str_y"            value="#C0AD72"/><!-- строка жёлтая -->
  41. <color name="_str_hy"           value="#BFB595"/><!-- строка св-жёлтая -->
  42. <color name="_str_red"          value="#DCA3A3"/><!-- строка красная -->
  43. <color name="_character"        value="#DCA3A3"/><!-- символы, escape -->
  44. <color name="_comment"      value="#71AE71"/><!-- комментарий -->
  45. <color name="_function"     value="#AAA6DB"/><!-- функция -->
  46. <color name="_function2"        value="#7D8AE6"/><!-- функция 2 -->
  47. <color name="_type"         value="#00A8BF"/><!-- тип -->
  48. <color name="_preprocessor" value="#D997DE"/><!-- препроцессор -->
  49. <color name="_variable"     value="#D29A6C"/><!-- переменная -->
  50. <color name="_keyword"      value="#0080FF"/><!-- ключевое слово -->
  51. <color name="_keyword2"     value="#6588F7"/><!-- ключевое слово2 -->
  52. <color name="_operator"     value="#FF8080"/><!-- оператор -->
  53. <color name="_number"       value="#DC57EB"/><!-- числа -->
  54.  
  55.  
  56. <!--GUI styles, стили окна редактора -->
  57. <style name="text"              foreground="_string" background="#3f3f3f"/><!-- обычный текст -->
  58. <style name="selection"     foreground="#bbbbbb" background="#585858"/><!-- выделенный текст -->
  59. <style name="cursor"            foreground="_string"/><!-- курсор -->
  60. <style name="current-line"      background="#101010"/><!-- фон текущей строки -->
  61. <style name="line-numbers"      foreground="#babdb6" background="#black"/><!-- поле номеров строк -->
  62. <style name="draw-spaces"       foreground="_comment"/>
  63.  
  64. <!-- Bracket Matching -->
  65. <style name="bracket-match" foreground="#FF8080" bold="true"/><!-- активные скобки F09F9F -->
  66. <style name="bracket-mismatch"  foreground="#0080FF" background="_operator"/>
  67.  
  68. <style name="right-margin"      foreground="#777777" background="#112435"/><!-- граница справа -->
  69. <style name="search-match"  foreground="white" background="bg_green"/><!-- Поиск (Ctrl+F) -->
  70.  
  71.  
  72. <!-- default, установки по умолчанию -->
  73. <style name="def:comment"               foreground="_comment"/><!-- комментарии  italic="true" -->
  74. <style name="def:shebang"               foreground="_comment"/>
  75. <style name="def:doc-comment-element"   italic="true"/>
  76. <!--
  77. <style name="def:def:shell-like-comment"    foreground="_comment"/>
  78. <style name="def:def:single-quoted-string"  foreground="_string"/>
  79. -->
  80.  
  81. <style name="def:number"            foreground="_number"/><!-- числа -->
  82. <style name="def:base-n-integer"        foreground="_number"/><!-- целое число -->
  83. <style name="def:constant"          foreground="_number"/><!-- числа C738B9 DED959 -->
  84. <style name="def:decimal"           foreground="_number"/><!-- десятичные числа -->
  85. <style name="def:string"            foreground="#C0AD72"/><!-- строки в кавычках-->
  86. <style name="def:character"         foreground="_character"/><!-- строки в одинарных кавычках-->
  87.  
  88. <style name="def:special-char"      foreground="_character"/><!-- цвет как у переменной -->
  89. <style name="def:special-constant"  foreground="_keyword" bold="true"/><!-- null -->
  90. <style name="def:floating-point"        foreground="_number"/>
  91.  
  92. <style name="def:keyword"           foreground="#0080FF"/>
  93. <style name="def:operator"          foreground="#FF8080"/>
  94. <style name="def:variable"          foreground="#D29A6C"/>
  95. <style name="def:type"              foreground="#00A8BF"/> <!-- int, double... -->
  96. <style name="def:identifier"            foreground="#729FCF"/>
  97. <style name="def:function"          foreground="#AAA6DB"/>
  98. <style name="def:builtin"           foreground="_function2"/>
  99. <style name="def:statement"         foreground="#0080FF"/><!-- switch, case, break -->
  100. <style name="def:preprocessor"      foreground="#D997DE"/><!-- #include, #define... F000FF, E771F0  -->
  101. <style name="def:boolean"           foreground="#0080FF" bold="true"/>
  102.  
  103. <style name="def:error"             foreground="white" background="#6B0A0B"/><!-- bg_red -->
  104. <style name="def:warning"           foreground="white" background="#7D720B"/><!-- 7E8200 -->
  105. <style name="def:note"              background="#940e10" foreground="_comment"/><!-- типа TODO или FIXME -->
  106. <style name="def:underlined"        italic="true" underline="true"/>
  107.  
  108. <!-- diff -->
  109. <style name="diff:added-line"       foreground="#C0AD72"/>
  110. <style name="diff:removed-line"     foreground="#DCA3A3"/>
  111. <style name="diff:changed-line"     foreground="#AAA6DB"/>
  112. <style name="diff:diff-file"            foreground="#DEDEBE"/>
  113. <style name="diff:location"         foreground="#FDCEAE"/>
  114. <style name="diff:special-case"     foreground="#C0AD72"/>
  115.  
  116. <!-- latex -->
  117. <style name="latex:command"     foreground="_function"/>
  118. <style name="latex:include"         use-style="def:preprocessor"/>
  119. <style name="latex:display-math"          foreground="_str_hy"/>
  120.  
  121. <!-- XML -->
  122. <style name="xml:tags"              foreground="#AAA6DB"/>
  123. <style name="xml:attribute-name"        foreground="#CC7975"/>
  124. <style name="xml:element-name"      foreground="#AAA6DB"/>
  125. <style name="xml:entity"            foreground="#D6C400"/><!-- типа &#x0440;мнемокод EA9515 CDD04A -->
  126. <style name="xml:processing-instruction"    bold="#8CD0D3"/>
  127. <style name="xml:namespace"     foreground="#55FF55" bold="true"/>
  128. <style name="xml:doctype"           foreground="#FF5555" bold="true"/>
  129.  
  130. <!-- C -->
  131. <style name="c:included-file"           foreground="#C0AD72"/>
  132. <style name="c:common-defines"  foreground="#0080FF" bold="true"/><!-- NULL, TRUE -->
  133.  
  134. <!-- sh -->
  135. <style name="sh:variable"           foreground="_variable"/>
  136. <style name="sh:variable-definition"    foreground="_variable" bold="true"/>
  137. <style name="sh:others"         foreground="_operator"/>
  138. <style name="sh:common-command" foreground="_keyword2"/>
  139. <style name="sh:here-doc-bound" foreground="_type"/>
  140.  
  141.  
  142. <!-- ini -->
  143. <style name="ini:string"                foreground="#CC8888"/><!-- в кавычках-->
  144. <style name="ini:keyword"           foreground="#4A88D2"/><!-- секция 6588f7-->
  145. <style name="ini:variable"          foreground="#BFB595"/><!-- параметр-->
  146. <style name="ini:boolean-value"     foreground="#0080FF"/><!-- true, false -->
  147. <style name="ini:floating-point"        foreground="#DC57EB"/><!-- числа-->
  148. <!--
  149. <style name="ini:non-standard-key"  foreground="#FF0000"/>
  150. <style name="ini:decimal"           foreground="#00FF00"/>
  151. -->
  152.  
  153. <!-- css -->
  154. <style name="css:color"             foreground="_number"/><!-- HEX-числа с префиксом # -->
  155. <style name="css:function"              foreground="_type"/><!-- типы -->
  156. <style name="css:decimal"               foreground="_number"/><!-- числа-->
  157. <style name="css:dimension"         foreground="#D997DE"/><!-- размер шрифта -->
  158. <style name="css:known-property-values" foreground="#CC8888"/><!-- известные значения-->
  159. <style name="css:keyword"               foreground="_variable"/><!-- параметры -->
  160. <style name="css:selector-id"           foreground="_preprocessor"/><!-- типа #hhctrl -->
  161. <style name="css:selector-class"            foreground="_keyword"/><!-- наследование, класс -->
  162. <style name="css:selector-tagname"      foreground="_function"/><!-- тег, класс-->
  163. <!--
  164. <style name="css:error"             foreground="#CC8888"/>
  165. <style name="css:string"                foreground="#FF0000"/>
  166. <style name="css:at-rules"              foreground="white"/>
  167. -->
  168.  
  169. <!-- sql -->
  170. <style name="sql:keyword"           foreground="_keyword2"/>
  171.  
  172. <!-- js, JavaScript -->
  173. <style name="javascript:function"       foreground="_function"/><!-- функции -->
  174. <style name="javascript:properties" foreground="_keyword2"/><!-- свойства -->
  175. <style name="javascript:regex"      foreground="_str_red"/><!-- регулярное выражение -->
  176.  
  177. <!-- py -->
  178. <style name="python:builtin-function"   foreground="_function"/>
  179.  
  180. <!-- pl - Perl -->
  181. <style name="perl:variable"     foreground="_variable"/>
  182. <style name="perl:regex"        foreground="#CEDF99"/>
  183. <style name="perl:operator"     foreground="_operator"/>
  184. <style name="perl:builtin"      foreground="_function"/>
  185.  
  186. <!-- nsi - NSIS, не подхватывает эти цвета -->
  187. <style name="nsis:variable"     foreground="_variable"/>
  188. <style name="nsis:operator"     foreground="_preprocessor"/>
  189.  
  190. <!-- rb Ruby -->
  191. <style name="ruby:variable"             foreground="_variable"/>
  192. <style name="ruby:predefined-variable"  foreground="_variable"/>
  193. <style name="ruby:special-variable"     foreground="_variable"/>
  194.  
  195. <!-- hs, Haskell -->
  196. <style name="haskell:symbol"        foreground="_operator"/>
  197. <!--<style name="haskell:variable"      foreground="_string"/> 8296AE -->
  198.  
  199. <!-- tcl -->
  200. <style name="tcl:variable"          foreground="_variable"/>
  201.  
  202. </style-scheme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement