github.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2009 Felipe Mesquita <fmesquitacunha@gmail.com>
  4. This library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Library General Public
  6. License as published by the Free Software Foundation; either
  7. version 2 of the License, or (at your option) any later version.
  8. This library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Library General Public License for more details.
  12. You should have received a copy of the GNU Library General Public
  13. License along with this library; if not, write to the
  14. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  15. Boston, MA 02111-1307, USA.
  16. -->
  17. <style-scheme id="github" _name="Github" version="1.0">
  18. <author>Felipe Mesquita</author>
  19. <description>A clone of the Github theme for Gedit.</description>
  20. <!-- Colors -->
  21. <color name="background" value="#F8F8FF"/>
  22. <color name="caret" value="#000000"/>
  23. <color name="foreground" value="#000000"/>
  24. <color name="highlight" value="#00000012"/>
  25. <color name="comment" value="#999988"/>
  26. <color name="keyword" value="#000000"/>
  27. <color name="function" value="#990000"/>
  28. <color name="class" value="#445588"/>
  29. <color name="number" value="#009999"/>
  30. <color name="variable" value="#008080"/>
  31. <color name="constant" value="#0F8787"/>
  32. <color name="constant2" value="#0F8787"/>
  33. <color name="string" value="#DD1144"/>
  34. <color name="symbol" value="#AA2C8C"/>
  35. <color name="identifier" value="#0086b3"/>
  36. <!-- Global Settings -->
  37. <style name="text" foreground="foreground" background="background"/>
  38. <style name="cursor" foreground="foreground"/>
  39. <style name="current-line" background="background"/>
  40. <style name="line-numbers" foreground="foreground" background="background"/>
  41. <!-- Bracket Matching -->
  42. <style name="bracket-match" background="highlight"/>
  43. <style name="bracket-mismatch" background="highlight" bold="true"/>
  44. <style name="search-match" foreground="foreground" background="caret"/>
  45. <!-- Comments -->
  46. <style name="def:comment" foreground="comment" italic="true"/>
  47. <style name="def:shebang" foreground="comment" italic="true"/>
  48. <style name="def:doc-comment-element" foreground="comment" bold="true"/>
  49. <!-- Constants and Variables-->
  50. <style name="def:constant" foreground="constant"/>
  51. <style name="def:string" foreground="string"/>
  52. <style name="def:special-char" foreground="string"/>
  53. <style name="def:special-constant" foreground="constant" bold="true"/>
  54. <style name="def:boolean" foreground="constant"/>
  55. <style name="def:number" foreground="number"/>
  56. <style name="def:floating-point" foreground="number"/>
  57. <style name="def:keyword" foreground="keyword" bold="true"/>
  58. <style name="def:builtin" foreground="foreground" bold="true"/>
  59. <style name="def:variable" foreground="variable"/>
  60. <!-- Identifiers -->
  61. <style name="def:identifier" foreground="identifier"/>
  62. <!-- Statements -->
  63. <style name="def:statement" foreground="constant"/>
  64. <!-- Types -->
  65. <style name="def:type" foreground="class" bold="true"/>
  66. <!-- Others -->
  67. <style name="def:error" foreground="highlight" bold="true"/>
  68. <style name="def:note" foreground="highlight" bold="true"/>
  69. <style name="def:net-address-in-comment" foreground="variable" italic="false" underline="true"/>
  70. <style name="def:preprocessor" foreground="highlight"/>
  71. <!-- Unknown? -->
  72. <style name="def:specials" background="identifier"/>
  73. <!-- C Styles -->
  74. <style name="c:preprocessor" map-to="def:special-char"/>
  75. <!-- Diff Styles -->
  76. <style name="diff:ignore" foreground="highlight"/>
  77. <!-- Ruby Styles -->
  78. <style name="ruby:module-handler" foreground="identifier"/>
  79. <style name="ruby:symbol" foreground="symbol"/>
  80. <style name="ruby:regex" foreground="number"/>
  81. <style name="ruby:function" foreground="function"/>
  82. <!-- SH Styles -->
  83. <style name="sh:others" map-to="text"/>
  84. <!-- XML Styles -->
  85. <style name="xml:attribute-name" foreground="keyword"/>
  86. <style name="xml:element-name" foreground="keyword"/>
  87. </style-scheme>