dreamweaver.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2006-2007 GtkSourceView team
  4. Author: Fabiano Shark <fabiano@fshark.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="dreamweaver" _name="Dreamweaver" version="1.0">
  19. <author>Fabiano Shark</author>
  20. <_description>Color scheme based on Dreamweaver</_description>
  21. <!-- Global Settings -->
  22. <style name="text" foreground="#black" background="#white"/>
  23. <style name="selection" foreground="#black" background="#gray"/>
  24. <style name="cursor" foreground="#black"/>
  25. <style name="current-line" background="#gray92"/>
  26. <style name="line-numbers" foreground="#black" background="#gray"/>
  27. <!-- Bracket Matching -->
  28. <style name="bracket-match" foreground="#black" background="#cyan"/>
  29. <style name="bracket-mismatch" foreground="#white" background="#red"/>
  30. <!-- Comments -->
  31. <style name="def:comment" foreground="#FF8000"/>
  32. <style name="def:sheband" foreground="#gray"/>
  33. <style name="def:doc-comment-element" italic="true"/>
  34. <!-- Constants -->
  35. <style name="def:constant" foreground="#F00000"/>
  36. <style name="def:string" foreground="#D00000"/>
  37. <style name="def:special-char" foreground="#slate blue"/>
  38. <style name="def:special-constant" foreground="#slate blue"/>
  39. <style name="def:floating-point" foreground="#D00000"/>
  40. <!-- Identifiers -->
  41. <style name="def:identifier" foreground="#dark blue"/>
  42. <!-- Statements -->
  43. <style name="def:statement" foreground="#0000FF" bold="false"/>
  44. <!-- Types -->
  45. <style name="def:type" foreground="#0000FF" bold="false"/>
  46. <!-- Others -->
  47. <style name="def:keyword" foreground="#007700" bold="false"/>
  48. <style name="def:preprocessor" foreground="#blue"/>
  49. <style name="def:error" foreground="#0000FF" background="#white" bold="false"/>
  50. <style name="def:underlined" italic="true" underline="true"/>
  51. <style name="latex:display-math" foreground="#slate blue" bold="false"/>
  52. </style-scheme>