home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_2402 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-10-31  |  1.0 KB  |  25 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from pygments.style import Style
  5. from pygments.token import Keyword, Name, Comment, String, Error, Operator, Generic
  6.  
  7. class VisualStudioStyle(Style):
  8.     background_color = '#ffffff'
  9.     default_style = ''
  10.     styles = {
  11.         Comment: '#008000',
  12.         Comment.Preproc: '#0000ff',
  13.         Keyword: '#0000ff',
  14.         Operator.Word: '#0000ff',
  15.         Keyword.Type: '#2b91af',
  16.         Name.Class: '#2b91af',
  17.         String: '#a31515',
  18.         Generic.Heading: 'bold',
  19.         Generic.Subheading: 'bold',
  20.         Generic.Emph: 'italic',
  21.         Generic.Strong: 'bold',
  22.         Generic.Prompt: 'bold',
  23.         Error: 'border:#FF0000' }
  24.  
  25.