azrafe7

PyScripter Python Dark Highlighter (a la NotepadPP Bespin)

Mar 18th, 2013
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Highlighters\Python]
  2. Name=SynPythonSyn
  3. Tag=0
  4. DefaultFilter=Python Files (*.py;*.pyw)|*.py;*.pyw
  5. Enabled=TRUE
  6.  
  7. [Highlighters\Python\CommentAttri]
  8. Background=clNone
  9. Foreground=clGray
  10.  
  11. [Highlighters\Python\CommentAttri\Style]
  12. fsBold=FALSE
  13. fsItalic=TRUE
  14. fsUnderline=FALSE
  15. fsStrikeOut=FALSE
  16.  
  17. [Highlighters\Python\CodeCommentAttri]
  18. Background=clNone
  19. Foreground=clSilver
  20.  
  21. [Highlighters\Python\CodeCommentAttri\Style]
  22. fsBold=FALSE
  23. fsItalic=TRUE
  24. fsUnderline=FALSE
  25. fsStrikeOut=FALSE
  26.  
  27. [Highlighters\Python\FunctionNameAttri]
  28. Background=clNone
  29. Foreground=8453888
  30.  
  31. [Highlighters\Python\FunctionNameAttri\Style]
  32. fsBold=FALSE
  33. fsItalic=FALSE
  34. fsUnderline=FALSE
  35. fsStrikeOut=FALSE
  36.  
  37. [Highlighters\Python\ClassNameAttri]
  38. Background=clNone
  39. Foreground=8453888
  40.  
  41. [Highlighters\Python\ClassNameAttri\Style]
  42. fsBold=TRUE
  43. fsItalic=FALSE
  44. fsUnderline=FALSE
  45. fsStrikeOut=FALSE
  46.  
  47. [Highlighters\Python\IdentifierAttri]
  48. Background=clNone
  49. Foreground=12615808
  50.  
  51. [Highlighters\Python\IdentifierAttri\Style]
  52. fsBold=FALSE
  53. fsItalic=FALSE
  54. fsUnderline=FALSE
  55. fsStrikeOut=FALSE
  56.  
  57. [Highlighters\Python\KeyAttri]
  58. Background=clNone
  59. Foreground=clSilver
  60.  
  61. [Highlighters\Python\KeyAttri\Style]
  62. fsBold=FALSE
  63. fsItalic=FALSE
  64. fsUnderline=FALSE
  65. fsStrikeOut=FALSE
  66.  
  67. [Highlighters\Python\NonKeyAttri]
  68. Background=clNone
  69. Foreground=12615808
  70.  
  71. [Highlighters\Python\NonKeyAttri\Style]
  72. fsBold=FALSE
  73. fsItalic=FALSE
  74. fsUnderline=FALSE
  75. fsStrikeOut=FALSE
  76.  
  77. [Highlighters\Python\SystemAttri]
  78. Background=clNone
  79. Foreground=14721184
  80.  
  81. [Highlighters\Python\SystemAttri\Style]
  82. fsBold=TRUE
  83. fsItalic=FALSE
  84. fsUnderline=FALSE
  85. fsStrikeOut=FALSE
  86.  
  87. [Highlighters\Python\NumberAttri]
  88. Background=clNone
  89. Foreground=8600319
  90.  
  91. [Highlighters\Python\NumberAttri\Style]
  92. fsBold=FALSE
  93. fsItalic=FALSE
  94. fsUnderline=FALSE
  95. fsStrikeOut=FALSE
  96.  
  97. [Highlighters\Python\HexAttri]
  98. Background=clNone
  99. Foreground=8600319
  100.  
  101. [Highlighters\Python\HexAttri\Style]
  102. fsBold=FALSE
  103. fsItalic=FALSE
  104. fsUnderline=FALSE
  105. fsStrikeOut=FALSE
  106.  
  107. [Highlighters\Python\OctalAttri]
  108. Background=clNone
  109. Foreground=8600319
  110.  
  111. [Highlighters\Python\OctalAttri\Style]
  112. fsBold=FALSE
  113. fsItalic=FALSE
  114. fsUnderline=FALSE
  115. fsStrikeOut=FALSE
  116.  
  117. [Highlighters\Python\FloatAttri]
  118. Background=clNone
  119. Foreground=8600319
  120.  
  121. [Highlighters\Python\FloatAttri\Style]
  122. fsBold=FALSE
  123. fsItalic=FALSE
  124. fsUnderline=FALSE
  125. fsStrikeOut=FALSE
  126.  
  127. [Highlighters\Python\SpaceAttri]
  128. Background=1843498
  129. Foreground=clNone
  130.  
  131. [Highlighters\Python\SpaceAttri\Style]
  132. fsBold=FALSE
  133. fsItalic=FALSE
  134. fsUnderline=FALSE
  135. fsStrikeOut=FALSE
  136.  
  137. [Highlighters\Python\StringAttri]
  138. Background=clNone
  139. Foreground=8421631
  140.  
  141. [Highlighters\Python\StringAttri\Style]
  142. fsBold=FALSE
  143. fsItalic=FALSE
  144. fsUnderline=FALSE
  145. fsStrikeOut=FALSE
  146.  
  147. [Highlighters\Python\DocStringAttri]
  148. Background=2896186
  149. Foreground=8700415
  150.  
  151. [Highlighters\Python\DocStringAttri\Style]
  152. fsBold=FALSE
  153. fsItalic=FALSE
  154. fsUnderline=FALSE
  155. fsStrikeOut=FALSE
  156.  
  157. [Highlighters\Python\MultiLineStringAttri]
  158. Background=clNone
  159. Foreground=8700415
  160.  
  161. [Highlighters\Python\MultiLineStringAttri\Style]
  162. fsBold=FALSE
  163. fsItalic=FALSE
  164. fsUnderline=FALSE
  165. fsStrikeOut=FALSE
  166.  
  167. [Highlighters\Python\SymbolAttri]
  168. Background=clNone
  169. Foreground=clWhite
  170.  
  171. [Highlighters\Python\SymbolAttri\Style]
  172. fsBold=TRUE
  173. fsItalic=FALSE
  174. fsUnderline=FALSE
  175. fsStrikeOut=FALSE
  176.  
  177. [Highlighters\Python\ErrorAttri]
  178. Background=clNone
  179. Foreground=clRed
  180.  
  181. [Highlighters\Python\ErrorAttri\Style]
  182. fsBold=FALSE
  183. fsItalic=FALSE
  184. fsUnderline=FALSE
  185. fsStrikeOut=FALSE
  186.  
  187. [Highlighters\Python\MatchingBraceAttri]
  188. Background=clNone
  189. Foreground=3975920
  190.  
  191. [Highlighters\Python\MatchingBraceAttri\Style]
  192. fsBold=TRUE
  193. fsItalic=FALSE
  194. fsUnderline=FALSE
  195. fsStrikeOut=FALSE
  196.  
  197. [Highlighters\Python\UnbalancedBraceAttri]
  198. Background=clNone
  199. Foreground=3026150
  200.  
  201. [Highlighters\Python\UnbalancedBraceAttri\Style]
  202. fsBold=TRUE
  203. fsItalic=FALSE
  204. fsUnderline=FALSE
  205. fsStrikeOut=FALSE
Advertisement
Add Comment
Please, Sign In to add comment