2 from pygments.token import *
3 from pygments.style import Style
5 class PrintStyle(Style):
6 background_color = '#FFF'
10 Comment: 'bold italic #888',
12 Keyword.Type: 'noinherit nobold italic #444',
13 Keyword.Constant: 'noinherit nobold italic #444',
15 Name.Builtin: 'noinherit nobold italic #000',
19 String: 'italic #444 bg:#e6e6e6',