Tinge.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Tinge
  4. Copyright (C) 2008 - Harsh J
  5. Author: Harsh J
  6. URL: http://www.harshj.com/2008/01/27/tinge-theme-for-gedit/
  7. Email: harshj [@] gmail [.] com
  8. Tinge is a theme inspired by Monokai and improved upon Darkmate: Copyright (C) 2006-2008 GtkSourceView team
  9. Author: Luigi Maselli
  10. Email: luigix [@] gmail [.] com
  11. Monokai: http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
  12. This library is free software; you can redistribute it and/or
  13. modify it under the terms of the GNU Library General Public
  14. License as published by the Free Software Foundation; either
  15. version 2 of the License, or (at your option) any later version.
  16. This library is distributed in the hope that it will be useful,
  17. but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  19. Library General Public License for more details.
  20. You should have received a copy of the GNU Library General Public
  21. License along with this library; if not, write to the
  22. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  23. Boston, MA 02111-1307, USA.
  24. -->
  25. <style-scheme id="tinge" _name="Tinge" version="1.0">
  26. <author>Harsh J</author>
  27. <_description>A tinge more of tanginess</_description>
  28. <color name="gray" value="#bbbbbb"/>
  29. <color name="white" value="#eeeeee"/>
  30. <color name="full_white" value="#eeeeee"/>
  31. <color name="yellow" value="#fce94f"/>
  32. <color name="senape" value="#acc900"/>
  33. <color name="lime" value="#96ff00"/>
  34. <color name="green" value="#00c900"/>
  35. <color name="alga" value="#00c99b"/>
  36. <color name="aqua" value="#00d8ff"/>
  37. <color name="cyan" value="#009cff"/>
  38. <color name="violet" value="#9e91ff"/>
  39. <color name="purple" value="#bb66ff"/>
  40. <color name="fuchsia" value="#ff44cc"/>
  41. <color name="magenta" value="#ff79d9"/>
  42. <color name="light_blue" value="#adb2ff"/>
  43. <color name="red" value="#ff2f6a"/>
  44. <color name="orange" value="#ff6100"/>
  45. <color name="ambra" value="#ff9900"/>
  46. <color name="asfalto" value="#555753"/>
  47. <color name="blue" value="#97e1ff"/>
  48. <color name="bright_blue" value="#00fffa"/>
  49. <color name="carbon" value="#232323"/>
  50. <color name="pink" value="#ff3a35"/>
  51. <color name="less_grey" value="#2b2b2b"/>
  52. <!--GUI styles-->
  53. <style name="text" foreground="full_white" background="carbon"/>
  54. <style name="selection" background="asfalto"/>
  55. <style name="selection-unfocused" foreground="cyan" background="gray"/>
  56. <style name="cursor" foreground="cyan"/>
  57. <style name="secondary-cursor" foreground="white"/>
  58. <style name="current-line" background="less_grey"/>
  59. <style name="line-numbers" foreground="gray" background="asfalto"/>
  60. <style name="bracket-match" foreground="purple" background="carbon" bold="true"/>
  61. <style name="bracket-mismatch" foreground="white" background="carbon" bold="true"/>
  62. <style name="search-match" foreground="carbon" background="yellow"/>
  63. <!--Default styles-->
  64. <style name="def:keyword" foreground="ambra" bold="true"/>
  65. <style name="def:statement" foreground="alga"/>
  66. <style name="def:function" foreground="violet"/>
  67. <style name="def:preprocessor" foreground="cyan" bold="true"/>
  68. <style name="def:type" foreground="cyan"/>
  69. <style name="def:character" foreground="ambra"/>
  70. <style name="def:comment" foreground="purple"/>
  71. <style name="def:number" foreground="red"/>
  72. <style name="def:decimal" foreground="red"/>
  73. <style name="def:base-n-integer" foreground="senape"/>
  74. <style name="def:floating-point" foreground="bright_blue"/>
  75. <style name="def:complex" foreground="light_blue"/>
  76. <style name="def:string" foreground="pink"/>
  77. <style name="def:net-address-in-comment" foreground="violet" italic="true" underline="true"/>
  78. <style name="def:note" foreground="fuchsia" background="carbon" bold="true"/>
  79. <style name="def:error" background="red" bold="true"/>
  80. <style name="def:escape" foreground="violet"/>
  81. <style name="def:shebang" foreground="blue" bold="true"/>
  82. <style name="def:doc-comment-element" italic="true"/>
  83. <style name="def:identifier" foreground="green" bold="true"/>
  84. <style name="def:builtin" foreground="green" bold="true"/>
  85. <style name="def:specials" foreground="cyan" background="magenta"/>
  86. <style name="def:variable" foreground="cyan"/>
  87. <style name="def:boolean" foreground="fuchsia" bold="true"/>
  88. <style name="def:constant" foreground="magenta"/>
  89. <style name="def:special-constant" foreground="fuchsia" bold="true"/>
  90. <style name="def:special-character" foreground="senape" bold="true"/>
  91. <style name="diff:added-line" foreground="pink"/>
  92. <style name="diff:removed-line" foreground="magenta"/>
  93. <style name="diff:changed-line" foreground="ambra"/>
  94. <style name="diff:special-case" use-style="def:string"/>
  95. <style name="diff:location" use-style="def:keyword"/>
  96. <!--TODO - Add lots of language specific code, coming soon-->
  97. </style-scheme>