emacs_mod.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="emacs_mod" _name="Emacs Mod" version="1.0">
  19. <author>Pedro Gongora</author>
  20. <_description>Emacs-like color scheme borrowed from gvim</_description>
  21. <!-- Tango Palette -->
  22. <color name="red1" value="#ac2020"/>
  23. <color name="red2" value="#c28f8f"/>
  24. <color name="pink1" value="#D569D5"/>
  25. <color name="pink2" value="#9C20EE"/>
  26. <!-- Global Settings -->
  27. <style name="text" foreground="#black" background="#white"/>
  28. <style name="selection" foreground="#black" background="#gray"/>
  29. <style name="cursor" foreground="#black"/>
  30. <style name="current-line" background="#gray92"/>
  31. <style name="line-numbers" foreground="red1" background="#white"/>
  32. <!-- Bracket Matching -->
  33. <style name="bracket-match" foreground="#black" background="#cyan"/>
  34. <style name="bracket-mismatch" foreground="#white" background="#red"/>
  35. <!-- Comments -->
  36. <style name="def:comment" foreground="red1"/>
  37. <style name="def:sheband" foreground="red1" bold="true"/>
  38. <style name="def:doc-comment-element" italic="true"/>
  39. <!-- Constants -->
  40. <style name="def:constant" foreground="red2"/>
  41. <style name="def:string" foreground="red2"/>
  42. <style name="def:special-char" foreground="#slate blue"/>
  43. <style name="def:special-constant" foreground="#slate blue"/>
  44. <style name="def:floating-point" foreground="red2"/>
  45. <!-- Identifiers -->
  46. <style name="def:identifier" foreground="#dark cyan"/>
  47. <!-- Statements -->
  48. <style name="def:statement" foreground="pink2" bold="true"/>
  49. <!-- Types -->
  50. <style name="def:type" foreground="pink2" bold="true"/>
  51. <!-- Others -->
  52. <style name="def:keyword" foreground="pink2" bold="false"/>
  53. <style name="def:preprocessor" foreground="pink1"/>
  54. <style name="def:error" foreground="#white" background="#red" bold="true"/>
  55. <style name="def:underlined" italic="true" underline="true"/>
  56. <style name="latex:display-math" foreground="#slate blue" bold="false"/>
  57. </style-scheme>