chela_light.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2007 Pedro Gongora
  4. Author: Pedro Gongora <pedro.gongora@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="chela_light" _name="Chela Light" version="1.0">
  19. <author>Pedro Gongora</author>
  20. <_description>chela light color scheme from gvim</_description>
  21. <!-- Tango Palette -->
  22. <color name="white" value="#ffffff"/>
  23. <color name="green1" value="#339900"/>
  24. <color name="red1" value="#dd3333"/>
  25. <color name="red2" value="#ff3333"/>
  26. <color name="blue1" value="#3333ff"/>
  27. <color name="magenta1" value="#cc00cc"/>
  28. <color name="white1" value="#fafafa"/>
  29. <!-- Global Settings -->
  30. <style name="text" foreground="#black" background="white"/>
  31. <style name="selection" foreground="#black" background="#gray"/>
  32. <style name="cursor" foreground="#black"/>
  33. <style name="current-line" background="#gray92"/>
  34. <style name="line-numbers" foreground="#gray" background="#white"/>
  35. <!-- Bracket Matching -->
  36. <style name="bracket-match" foreground="#black" background="#cyan"/>
  37. <style name="bracket-mismatch" foreground="#white" background="#red"/>
  38. <!-- Comments -->
  39. <style name="def:comment" foreground="green1"/>
  40. <style name="def:sheband" foreground="green1" bold="false"/>
  41. <style name="def:doc-comment-element" italic="true"/>
  42. <!-- Constants -->
  43. <style name="def:constant" foreground="red1"/>
  44. <style name="def:string" foreground="red1"/>
  45. <style name="def:special-char" foreground="magenta1"/>
  46. <style name="def:special-constant" foreground="magenta1"/>
  47. <style name="def:floating-point" foreground="red1"/>
  48. <!-- Identifiers -->
  49. <style name="def:identifier" foreground="blue1" bold="false"/>
  50. <!-- Statements -->
  51. <style name="def:statement" foreground="blue1" bold="false"/>
  52. <!-- Types -->
  53. <style name="def:type" foreground="blue1" bold="false"/>
  54. <!-- Others -->
  55. <style name="def:keyword" foreground="blue1" bold="false"/>
  56. <style name="def:preprocessor" foreground="blue1" bold="false"/>
  57. <style name="def:error" foreground="#white" background="#red" bold="false"/>
  58. <style name="def:underlined" italic="true" underline="true" bold="false"/>
  59. <style name="latex:display-math" foreground="magenta1" bold="false"/>
  60. </style-scheme>