Advertisement
konalisp

Monokai.conf

Jul 12th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. #8C003B#
  2. # Indicated author and assumed copyright holder is:
  3. # Wimer Hazenberg <monokai.nl>
  4. #
  5. # Ported to Geany and tweaked by Thanh Tran <trongthanh(at)gmail(dot)com>
  6. #
  7.  
  8. [theme_info]
  9. name=Monokai
  10. description=It's warm, colorful and pleasing to the eyes
  11. # incremented automatically, do not change manually
  12. version=14
  13. author=Wimer Hazenberg
  14. url=http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
  15. # list of each compatible Geany release version
  16. compat=1.22;1.23;1.23.1;1.24
  17.  
  18. [named_colors]
  19. black=#000000
  20. almost_black=#272822
  21. lighter_black=#2d2e2b
  22. yellow=#ffff00
  23. light_yellow=#e6db74
  24. very_dark_yellow=#49483e
  25. bright_orange=#fd971f
  26. dark_orange=#75715e
  27. bright_green=#a6e22e
  28. light_green=#b8f4b8
  29. dark_blue=#086aa7
  30. light_purple=#ae81ff
  31. hot_pink=#AE5E7F
  32. # #f92672
  33. light_cyan=#66d9ef
  34. red=#ff0000
  35. green=#00ff00
  36. white=#ffffff
  37. almost_white=#f8f8f2
  38. grey=#d0d0d0
  39. mid_grey=#888888
  40. lighter_grey=#dfdfdf
  41. dark_grey=#3b3a32
  42.  
  43. [named_styles]
  44. default=almost_white;almost_black;false;false
  45. error=red;very_dark_yellow;false;true
  46.  
  47. # Editor styles
  48. #-------------------------------------------------------------------------------
  49.  
  50. selection=;very_dark_yellow;false;true
  51. current_line=;lighter_black;true
  52. brace_good=bright_orange;very_dark_yellow;true
  53. brace_bad=error
  54. margin_line_number=mid_grey;almost_black
  55. margin_folding=mid_grey;dark_grey
  56. fold_symbol_highlight=white
  57. indent_guide=dark_grey
  58. caret=white;;false
  59. marker_line=yellow;very_dark_yellow
  60. marker_search=black;dark_blue
  61. marker_mark=light_green;lighter_black
  62. call_tips=dark_grey;white;false;false
  63. white_space=dark_grey;;true
  64.  
  65. # Generic programming languages
  66. #-------------------------------------------------------------------------------
  67.  
  68. comment=dark_orange
  69. comment_doc=comment
  70. comment_line=comment
  71. comment_line_doc=comment_doc
  72. comment_doc_keyword=comment,bold
  73. comment_doc_keyword_error=comment,italic
  74.  
  75. number=light_purple
  76. number_1=number
  77. number_2=number_1
  78.  
  79. type=bright_green
  80. class=type
  81. function=type
  82. parameter=bright_orange;
  83.  
  84. keyword=hot_pink
  85. keyword_1=keyword
  86. keyword_2=light_cyan
  87. keyword_3=keyword_1
  88. keyword_4=keyword_2
  89.  
  90. identifier=default
  91. identifier_1=identifier
  92. identifier_2=identifier_1
  93. identifier_3=identifier_1
  94. identifier_4=identifier_1
  95.  
  96. string=light_yellow
  97. string_1=string
  98. string_2=string_1
  99. string_3=default
  100. string_4=default
  101. string_eol=string_1,italic
  102. character=string_1
  103. backtick=string_2
  104. here_doc=string_2
  105.  
  106. scalar=string_2
  107. label=default,bold
  108. preprocessor=light_green
  109. regex=number_1
  110. operator=default
  111. decorator=string_1,bold
  112. other=default
  113. extra=keyword;
  114.  
  115. # Markup-type languages
  116. #-------------------------------------------------------------------------------
  117.  
  118. tag=keyword
  119. tag_unknown=tag,bold
  120. tag_end=tag,bold
  121. attribute=type
  122. attribute_unknown=attribute,bold
  123. value=number
  124. entity=number
  125.  
  126. # Diff
  127. #-------------------------------------------------------------------------------
  128.  
  129. line_added=green
  130. line_removed=red
  131. line_changed=preprocessor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement