5 |
5 |
6 Style similar to the style used in the `perldoc`_ code blocks. |
6 Style similar to the style used in the `perldoc`_ code blocks. |
7 |
7 |
8 .. _perldoc: http://perldoc.perl.org/ |
8 .. _perldoc: http://perldoc.perl.org/ |
9 |
9 |
10 :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. |
10 :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. |
11 :license: BSD, see LICENSE for details. |
11 :license: BSD, see LICENSE for details. |
12 """ |
12 """ |
13 |
13 |
14 from pygments.style import Style |
14 from pygments.style import Style |
15 from pygments.token import Keyword, Name, Comment, String, Error, \ |
15 from pygments.token import Keyword, Name, Comment, String, Error, \ |
39 Number: '#B452CD', |
39 Number: '#B452CD', |
40 |
40 |
41 Operator.Word: '#8B008B', |
41 Operator.Word: '#8B008B', |
42 |
42 |
43 Keyword: '#8B008B bold', |
43 Keyword: '#8B008B bold', |
44 Keyword.Type: '#a7a7a7', |
44 Keyword.Type: '#00688B', |
45 |
45 |
46 Name.Class: '#008b45 bold', |
46 Name.Class: '#008b45 bold', |
47 Name.Exception: '#008b45 bold', |
47 Name.Exception: '#008b45 bold', |
48 Name.Function: '#008b45', |
48 Name.Function: '#008b45', |
49 Name.Namespace: '#008b45 underline', |
49 Name.Namespace: '#008b45 underline', |