blue_dream.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Author: Stanko Tadić
  4. stanko@mfhinc.net
  5. http://stanko.mfhinc.net
  6. http://www.mfhinc.net
  7. This library is free software; you can redistribute it and/or
  8. modify it under the terms of the GNU Library General Public
  9. License as published by the Free Software Foundation; either
  10. version 2 of the License, or (at your option) any later version.
  11. This library is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. Library General Public License for more details.
  15. You should have received a copy of the GNU Library General Public
  16. License along with this library; if not, write to the
  17. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  18. Boston, MA 02111-1307, USA.
  19. -->
  20. <style-scheme id="blue_dream" _name="Blue Dream" version="1.0">
  21. <author>Stanko Tadić</author>
  22. <_description>Clean blue theme</_description>
  23. <!-- Tango Palette -->
  24. <color name="white" value="#ffffff"/>
  25. <color name="green1" value="#339900"/>
  26. <color name="blue1" value="#3333ff"/>
  27. <color name="magenta1" value="#cc00cc"/>
  28. <color name="white1" value="#fafafa"/>
  29. <color name="orange" value="#ff9d00"/>
  30. <color name="purple" value="#808080"/>
  31. <color name="gray1" value="#333333"/>
  32. <color name="blue5" value="#3fa2ff"/>
  33. <!-- Global Settings -->
  34. <style name="text" foreground="#black" background="white"/>
  35. <style name="selection" foreground="#black" background="#gray"/>
  36. <style name="cursor" foreground="#black"/>
  37. <style name="current-line" background="#gray92"/>
  38. <style name="line-numbers" foreground="#gray" background="#white"/>
  39. <!-- Bracket Matching -->
  40. <style name="bracket-match" foreground="#black" background="#cyan"/>
  41. <style name="bracket-mismatch" foreground="#white" background="#red"/>
  42. <!-- Comments -->
  43. <style name="def:comment" foreground="green1" italic="true"/>
  44. <style name="def:sheband" foreground="green1" bold="false"/>
  45. <style name="def:doc-comment-element" italic="true"/>
  46. <!-- Constants -->
  47. <style name="def:constant" foreground="orange"/>
  48. <style name="def:string" foreground="purple"/>
  49. <style name="def:special-char" foreground="magenta1"/>
  50. <style name="def:special-constant" foreground="magenta1"/>
  51. <style name="def:floating-point" foreground="orange"/>
  52. <!-- Identifiers -->
  53. <style name="def:identifier" foreground="blue1" bold="true"/>
  54. <!-- Statements -->
  55. <style name="def:statement" foreground="blue1" bold="false"/>
  56. <!-- Types -->
  57. <style name="def:type" foreground="blue5" bold="false"/>
  58. <!-- Others -->
  59. <style name="def:keyword" foreground="#navy" bold="true"/>
  60. <style name="def:preprocessor" foreground="blue1" bold="false"/>
  61. <style name="def:error" foreground="#white" background="#red" bold="false"/>
  62. <style name="def:underlined" italic="true" underline="true" bold="false"/>
  63. <style name="latex:display-math" foreground="magenta1" bold="false"/>
  64. </style-scheme>