Advertisement
AZJIO

azjio.conf для Geany

Jul 22nd, 2014
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. [theme_info]
  2. name=azjio
  3. description=Black.
  4. version=0.01
  5. author=azjio
  6. url=
  7.  
  8. [named_styles]
  9.  
  10. default=0xAAAAAA;0x3f3f3f;false;false
  11. error=0xEEEEEE;0x6B0A0B
  12.  
  13. # Editor styles
  14. #-------------------------------------------------------------------------------
  15.  
  16. selection=0xbbbbbb;0x585858;false;true
  17. current_line=0x999999;0x101010;true
  18. brace_good=0x0080FF;0x3f3f3f;true;false
  19. brace_bad=0xff0000;0x3f3f3f;true;false
  20. margin_line_number=0xbabdb6;0x000000
  21. margin_folding=0x999999;0x222222
  22. fold_symbol_highlight=0x101010
  23. indent_guide=0xAA7000
  24. caret=0xAAAAAA;0x3f3f3f;false
  25. marker_line=0x000000;0xD0BD72
  26. marker_search=0xEEEEEE;0x00FF00
  27. marker_mark=0x449944;0x449944
  28. call_tips=0xAAAAAA;0x444444;false;false
  29. white_space=0xAAAAAA;0x444444;true;false
  30.  
  31.  
  32. # Programming languages
  33. #-------------------------------------------------------------------------------
  34.  
  35. comment=0x71AE71
  36. comment_doc=0x71AE71
  37. comment_line=comment
  38. comment_line_doc=comment_doc
  39. comment_doc_keyword=comment_doc,bold
  40. comment_doc_keyword_error=comment_doc,italic
  41.  
  42. number=0xDC57EB
  43. number_1=number
  44. number_2=number_1
  45.  
  46. type=0x00A8BF
  47. class=type
  48. function=0xAAA6DB
  49. parameter=function
  50.  
  51. keyword=0x6588F7;;true
  52. keyword_1=0x0080FF
  53. keyword_2=0x6588F7;;true
  54. keyword_3=keyword_1
  55. keyword_4=keyword_1
  56.  
  57. identifier=0xC0AD72
  58. identifier_1=identifier
  59. identifier_2=identifier_1
  60. identifier_3=identifier_1
  61. identifier_4=identifier_1
  62.  
  63. string=0xdefault
  64. string_1=0xBFB595
  65. string_2=string_1
  66. string_3=default
  67. string_4=default
  68. string_eol=default
  69. character=0xDCA3A3
  70. backticks=string_2
  71. here_doc=string_2
  72.  
  73. label=default,bold
  74. preprocessor=0xD997DE
  75. regex=character
  76. operator=0xFF8080
  77. decorator=string_1,bold
  78. other=0x6060A0
  79.  
  80. # Markup-type languages
  81. #-------------------------------------------------------------------------------
  82.  
  83. tag=function
  84. tag_unknown=tag,bold
  85. tag_end=tag,bold
  86. attribute=character
  87. attribute_unknown=attribute,bold
  88. value=string_1
  89. entity=default
  90.  
  91. # Diff
  92. #-------------------------------------------------------------------------------
  93.  
  94. line_added=0xC0AD72
  95. line_removed=0xDCA3A3
  96. line_changed=0xAAA6DB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement