emacs_dark.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2007 Gustavo J. A. M. Carneiro
  4. Copyright (C) 2007 GtkSourceView team
  5. Author: Paolo Maggi <paolo@gnome.org>
  6. Paolo Borelli <pborelli@gnome.org>
  7. Gustavo Carneiro <gjc@gnome.org>
  8. This library is free software; you can redistribute it and/or
  9. modify it under the terms of the GNU Library General Public
  10. License as published by the Free Software Foundation; either
  11. version 2 of the License, or (at your option) any later version.
  12. This library is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. Library General Public License for more details.
  16. You should have received a copy of the GNU Library General Public
  17. License along with this library; if not, write to the
  18. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19. Boston, MA 02111-1307, USA.
  20. -->
  21. <style-scheme id="emacs-darkslategray" _name="Emacs Dark" version="1.0">
  22. <author>Gustavo Carneiro</author>
  23. <_description>Dark color scheme, based on GNU Emacs, but with some modifications.</_description>
  24. <color name="DarkSlateGray" value="#2F4F4F"/>
  25. <color name="Wheat" value="#F5DEB3"/>
  26. <color name="DarkBlue" value="#00008B"/>
  27. <color name="Orchid" value="#DA70D6"/>
  28. <!-- Global Settings -->
  29. <style name="text" foreground="Wheat" background="DarkSlateGray"/>
  30. <style name="selection" background="DarkBlue"/>
  31. <style name="cursor" foreground="Orchid"/>
  32. <style name="current-line" background="#506050"/>
  33. <style name="line-numbers" foreground="#grey" background="#black"/>
  34. <!-- Bracket Matching -->
  35. <style name="bracket-match" background="#247824" bold="true"/>
  36. <style name="bracket-mismatch" background="#8f4f4f" bold="true"/>
  37. <!-- Comments -->
  38. <style name="def:comment" foreground="#grey"/>
  39. <style name="def:sheband" foreground="#grey" bold="true"/>
  40. <style name="def:doc-comment-element" italic="true"/>
  41. <!-- Constants -->
  42. <style name="def:constant" foreground="#Aquamarine"/>
  43. <style name="def:string" foreground="#LightSalmon"/>
  44. <style name="def:special-char" foreground="#white"/>
  45. <style name="def:special-constant" foreground="#Aquamarine"/>
  46. <style name="def:floating-point" foreground="#Aquamarine"/>
  47. <!-- Identifiers -->
  48. <style name="def:identifier" foreground="#LightGoldenrod"/>
  49. <!-- Statements -->
  50. <style name="def:statement" foreground="#Cyan" bold="true"/>
  51. <!-- Types -->
  52. <style name="def:type" foreground="#PaleGreen"/>
  53. <!-- Others -->
  54. <style name="def:preprocessor" foreground="#CornFlowerBlue"/>
  55. <style name="def:error" foreground="#yellow" background="#red" bold="true"/>
  56. <!-- <style name="def:note" background="butter1" foreground="aluminium4" bold="true"/> -->
  57. <!-- <style name="def:underlined" italic="true" underline="true"/> -->
  58. </style-scheme>