1. #
  2. # Copyright 2011 Duncan Lock <duncan.lock(at)gmail(dot)com>
  3. #
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program 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
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  17. # MA 02110-1301, USA.
  18. #
  19. # Ported from old theme by Matthew Brush <matt(at)geany(dot)org>
  20. #
  21.  
  22. [theme_info]
  23. name=Dark
  24. description=Dark syntax colouring theme
  25. version=1.22.0
  26. author=Duncan Lock <duncan.lock(at)gmail(dot)com>
  27. url=http://code.google.com/p/geany-dark-scheme/
  28.  
  29. [named_styles]
  30.  
  31. default=#fff;#1e1e1e;false;false
  32. error=#f00;#1e1e1e;false;false
  33.  
  34. # Editor styles
  35. #-------------------------------------------------------------------------------
  36.  
  37. selection=#fff;#333964;false;true
  38. current_line=#000;#2f2f2f;true;false
  39. brace_good=#fff;#50aa15;true;false
  40. brace_bad=#fff;#aa1515;true;false
  41. margin_line_number=#fff;#1e1e1e;false;false
  42. margin_folding=#fff;#1e1e1e
  43. fold_symbol_highlight=#fff;#1e1e1e
  44. indent_guide=#393939;#1e1e1e;false;false
  45. caret=#fff;#000;true;false
  46. marker_line=#000;#ff0;false;false
  47. marker_search=#000;#b8f4b8;false;false
  48. marker_mark=#000;#b8f4b8;
  49. call_tips=#c0c0c0;#fff;false;false
  50. white_space=#424242;;true
  51.  
  52. # Programming languages
  53. #-------------------------------------------------------------------------------
  54.  
  55. comment=#747474;#1e1e1e;false;false
  56. comment_doc=comment
  57. comment_line=comment
  58. comment_line_doc=comment_doc
  59. comment_doc_keyword=comment_doc,bold
  60. comment_doc_keyword_error=comment_doc,italic
  61.  
  62. number=#aaff57;#1e1e1e;false;false
  63. number_1=number
  64. number_2=number_1
  65.  
  66. type=#2e8b57;;true
  67. class=type
  68. function=default
  69. parameter=function
  70.  
  71. keyword=#ffcb4f;#1e1e1e;true;false
  72. keyword_1=keyword
  73. keyword_2=#aaff57;#1e1e1e;false;true
  74. keyword_3=keyword_1
  75. keyword_4=keyword_1
  76.  
  77. identifier=#fff;#1e1e1e;false;false
  78. identifier_1=identifier
  79. identifier_2=identifier_1
  80. identifier_3=identifier_1
  81. identifier_4=identifier_1
  82.  
  83. string=#aaff57;#1e1e1e;false;false
  84. string_1=string
  85. string_2=#a18651;#1e1e1e;false;false
  86. string_3=default
  87. string_4=default
  88. string_eol=string_1,italic
  89. character=string_1
  90. backtick=string_2
  91. here_doc=string_2
  92.  
  93. scalar=string_2
  94. label=default,bold
  95. preprocessor=#5abefd;#1e1e1e;false;false
  96. regex=number_1
  97. operator=#98bac5;#1e1e1e;true;false
  98. decorator=#808000;#1e1e1e;false;false
  99. other=#fff;#1e1e1e;false;false
  100.  
  101. # Markup-type languages
  102. #-------------------------------------------------------------------------------
  103.  
  104. tag=#7392cf;#1e1e1e;false;false
  105. tag_unknown=#fff;#8c0101;true;false
  106. tag_end=#7392cf;#1e1e1e;true;false
  107. attribute=#cda0d5;#1e1e1e;false;false
  108. attribute_unknown=#fff;#8c0101;false;false
  109. value=#4575b6;#1e1e1e;false;false
  110. entity=#ffa95c;#2c2821;false;false
  111.  
  112. # Diff
  113. #-------------------------------------------------------------------------------
  114.  
  115. line_added=#008b8b
  116. line_removed=#6a5acd
  117. line_changed=preprocessor