3 pygments.styles.fruity |
3 pygments.styles.fruity |
4 ~~~~~~~~~~~~~~~~~~~~~~ |
4 ~~~~~~~~~~~~~~~~~~~~~~ |
5 |
5 |
6 pygments version of my "fruity" vim theme. |
6 pygments version of my "fruity" vim theme. |
7 |
7 |
8 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. |
8 :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. |
9 :license: BSD, see LICENSE for details. |
9 :license: BSD, see LICENSE for details. |
10 """ |
10 """ |
11 |
11 |
12 from pygments.style import Style |
12 from pygments.style import Style |
13 from pygments.token import Token, Comment, Name, Keyword, \ |
13 from pygments.token import Token, Comment, Name, Keyword, \ |
28 Keyword: '#fb660a bold', |
28 Keyword: '#fb660a bold', |
29 Keyword.Pseudo: 'nobold', |
29 Keyword.Pseudo: 'nobold', |
30 Number: '#0086f7 bold', |
30 Number: '#0086f7 bold', |
31 Name.Tag: '#fb660a bold', |
31 Name.Tag: '#fb660a bold', |
32 Name.Variable: '#fb660a', |
32 Name.Variable: '#fb660a', |
33 Name.Constant: '#fb660a', |
|
34 Comment: '#008800 bg:#0f140f italic', |
33 Comment: '#008800 bg:#0f140f italic', |
35 Name.Attribute: '#ff0086 bold', |
34 Name.Attribute: '#ff0086 bold', |
36 String: '#0086d2', |
35 String: '#0086d2', |
37 Name.Function: '#ff0086 bold', |
36 Name.Function: '#ff0086 bold', |
38 Generic.Heading: '#ffffff bold', |
37 Generic.Heading: '#ffffff bold', |