Frill.xml 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Frill is a light theme made for gedit.
  4. Copyright 2011. Eddie Flores (eddflrs@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="Frill" _name="Frill" version="1.0">
  19. <author>Eddie Flores</author>
  20. <_description>Light theme with bold colors.</_description>
  21. <color name="white" value="#ffffff"/>
  22. <color name="black" value="#000000"/>
  23. <color name="almost-white" value="#fcfcfc"/>
  24. <color name="almost-black" value="#333333"/>
  25. <color name="light-gray" value="#c2d3da"/>
  26. <color name="pastel-green" value="#6ccf8d"/>
  27. <color name="pastel-red" value="#ff6b71"/>
  28. <color name="vivid-red" value="#ff4b52"/>
  29. <color name="vivid-blue" value="#252cf2"/>
  30. <color name="vivid-green" value="#21ed97"/>
  31. <color name="royal-purple" value="#6b0be8"/>
  32. <color name="royal-green" value="#27e567"/>
  33. <color name="lime-green" value="#88e42c"/>
  34. <color name="hilite" value="#ccff99"/>
  35. <color name="orange" value="#ff6b21"/>
  36. <style name="bracket-match" foreground="white" background="vivid-green" bold="true"/>
  37. <style name="bracket-mismatch" background="#ff4b52" underline="true"/>
  38. <style name="current-line" background="white"/>
  39. <style name="cursor" foreground="black"/>
  40. <style name="draw-spaces" foreground="#f2f2f2"/>
  41. <style name="line-numbers" foreground="light-gray" background="almost-white"/>
  42. <style name="search-match" foreground= "black" background="#fffd8c" bold="true" underline="true"/>
  43. <style name="selection" foreground="black" background="hilite"/>
  44. <style name="text" foreground="almost-black" background="almost-white"/>
  45. <style name="def:base-n-integer" foreground="#0066ff"/>
  46. <style name="def:boolean" foreground="black" bold="true"/>
  47. <style name="def:builtin" foreground="#9700cc"/>
  48. <style name="def:character" foreground="#009933"/>
  49. <style name="def:comment" foreground="vivid-blue"/>
  50. <style name="def:complex" foreground="#0066ff"/>
  51. <style name="def:constant" foreground="#6782d3"/>
  52. <style name="def:decimal" foreground="#0066ff"/>
  53. <style name="def:doc-comment" foreground="#0066ff" italic="true"/>
  54. <style name="def:doc-comment-element" foreground="#0066ff" italic="true"/>
  55. <style name="def:error" foreground="#ff0000" background="#ebadab"/>
  56. <style name="def:floating-point" foreground="#0066ff"/>
  57. <style name="def:function" foreground="#ff8000"/>
  58. <style name="def:keyword" foreground="#0070e6"/>
  59. <style name="def:note" foreground="#0066ff"/>
  60. <style name="def:number" foreground="#0066ff"/>
  61. <style name="def:operator" foreground="#4998e6"/>
  62. <style name="def:preprocessor" foreground="#6782d3"/>
  63. <style name="def:reserved" foreground="#4998e6"/>
  64. <style name="def:shebang" foreground="#ff4b52" italic="true"/>
  65. <style name="def:special-char" foreground="#6782d3"/>
  66. <style name="def:special-constant" foreground="#9700cc"/>
  67. <style name="def:statement" foreground="#4998e6"/>
  68. <style name="def:string" foreground="vivid-red"/>
  69. <style name="def:type" foreground="#3333ff" bold="true"/>
  70. <style name="html:dtd" foreground="#8cfffd"/>
  71. <style name="html:tag" foreground="#1446DC"/>
  72. <style name="css:at-rules" foreground="#4998e6"/>
  73. <style name="css:color" foreground="#eb7950" italic="true"/>
  74. <style name="css:comment" background="#EFEFFF" foreground="#A0B0C0" italic="true"/>
  75. <style name="css:decimal" foreground="#ff7530"/>
  76. <style name="css:dimension" foreground="black"/>
  77. <style name="css:error" foreground="#ff4b52"/>
  78. <style name="css:function" foreground="#000" bold="true"/>
  79. <style name="css:keyword" foreground="#333" bold="true"/>
  80. <style name="css:known-property-values" foreground="#e54997"/>
  81. <style name="css:others-2" foreground="#00ffff"/>
  82. <style name="css:others-3" foreground="#78828c"/>
  83. <style name="css:string" foreground="black" background="#E8F1FF"/>
  84. <style name="js:function" foreground="#3333ff" bold="true"/>
  85. <style name="perl:builtin" foreground="#ff8000"/>
  86. <style name="perl:include-statement" foreground="#4998e6"/>
  87. <style name="perl:line-directive" foreground="#6782d3"/>
  88. <style name="perl:special-variable" foreground="#9700cc"/>
  89. <style name="perl:type" foreground="#6782d3"/>
  90. <style name="php:string" foreground="#009933"/>
  91. <style name="python:base-n-integer" foreground="#ff4b52"/>
  92. <style name="python:boolean" foreground="#7530ff" bold="true"/>
  93. <style name="python:builtin-constant" foreground="#4998e6"/>
  94. <style name="python:builtin-function" foreground="#4a50ff" bold="true"/>
  95. <style name="python:builtin-object" foreground="#6782d3"/>
  96. <style name="python:complex" foreground="black" background="white"/>
  97. <style name="python:decimal" foreground="#ff7530"/>
  98. <style name="python:escaped-char" foreground="#7530ff"/>
  99. <style name="python:floating-point" foreground="#ff4b52"/>
  100. <style name="python:format" foreground="#7f6eff"/>
  101. <style name="python:keyword" foreground="vivid-blue" bold="true"/>
  102. <style name="python:multiline-string" foreground="pastel-green"/>
  103. <style name="python:string" foreground="black" background="#e6ffe9"/>
  104. <style name="python:string-conversion" foreground="almost-black"/>
  105. <style name="python:module-handler" foreground="almost-black" bold="true"/>
  106. <style name="python:special-variable" foreground="almost-black" bold="true"/>
  107. <style name="ruby:attribute-definition" foreground="#4998e6"/>
  108. <style name="ruby:constant" foreground="#6782d3"/>
  109. <style name="ruby:global-variable" foreground="#ff8000"/>
  110. <style name="ruby:module-handler" foreground="#4998e6"/>
  111. <style name="ruby:predefined-variable" foreground="#9700cc"/>
  112. <style name="ruby:regex" foreground="#ff0080"/>
  113. <style name="ruby:special-variable" foreground="#4998e6"/>
  114. <style name="ruby:symbol" foreground="#6782d3"/>
  115. <style name="rubyonrails:attribute-definition" foreground="#4998e6"/>
  116. <style name="rubyonrails:block-parameter" italic="true"/>
  117. <style name="rubyonrails:builtin" foreground="#3333ff" bold="true"/>
  118. <style name="rubyonrails:class-inherit" bold="true" underline="true"/>
  119. <style name="rubyonrails:class-name" bold="true" underline="true"/>
  120. <style name="rubyonrails:complex-interpolation" foreground="#6782d3"/>
  121. <style name="rubyonrails:constant" foreground="#6782d3"/>
  122. <style name="rubyonrails:global-variable" foreground="#ff8000"/>
  123. <style name="rubyonrails:module-handler" foreground="#4998e6"/>
  124. <style name="rubyonrails:module-name" bold="true" underline="true"/>
  125. <style name="rubyonrails:predefined-variable" foreground="#9700cc"/>
  126. <style name="rubyonrails:regex" foreground="#ff0080"/>
  127. <style name="rubyonrails:simple-interpolation" foreground="#6782d3"/>
  128. <style name="rubyonrails:special-variable" foreground="#4998e6"/>
  129. <style name="rubyonrails:symbol" foreground="#6782d3"/>
  130. <style name="xml:attribute-name" foreground="almost-black" italic="true" />
  131. <style name="xml:doctype" foreground="#1446DC"/>
  132. <style name="xml:element-name" bold="true"/>
  133. <style name="xml:namespace" bold="true"/>
  134. <style name="xml:tag" foreground="vivid-blue"/>
  135. </style-scheme>