home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_2398 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-10-31  |  1.8 KB  |  46 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, Number, Operator, Generic, Whitespace
  6.  
  7. class PerldocStyle(Style):
  8.     background_color = '#eeeedd'
  9.     default_style = ''
  10.     styles = {
  11.         Whitespace: '#bbbbbb',
  12.         Comment: '#228B22',
  13.         Comment.Preproc: '#1e889b',
  14.         Comment.Special: '#8B008B bold',
  15.         String: '#CD5555',
  16.         String.Heredoc: '#1c7e71 italic',
  17.         String.Regex: '#B452CD',
  18.         String.Other: '#cb6c20',
  19.         String.Regex: '#1c7e71',
  20.         Number: '#B452CD',
  21.         Operator.Word: '#8B008B',
  22.         Keyword: '#8B008B bold',
  23.         Keyword.Type: '#a7a7a7',
  24.         Name.Class: '#008b45 bold',
  25.         Name.Exception: '#008b45 bold',
  26.         Name.Function: '#008b45',
  27.         Name.Namespace: '#008b45 underline',
  28.         Name.Variable: '#00688B',
  29.         Name.Constant: '#00688B',
  30.         Name.Decorator: '#707a7c',
  31.         Name.Tag: '#8B008B bold',
  32.         Name.Attribute: '#658b00',
  33.         Name.Builtin: '#658b00',
  34.         Generic.Heading: 'bold #000080',
  35.         Generic.Subheading: 'bold #800080',
  36.         Generic.Deleted: '#aa0000',
  37.         Generic.Inserted: '#00aa00',
  38.         Generic.Error: '#aa0000',
  39.         Generic.Emph: 'italic',
  40.         Generic.Strong: 'bold',
  41.         Generic.Prompt: '#555555',
  42.         Generic.Output: '#888888',
  43.         Generic.Traceback: '#aa0000',
  44.         Error: 'bg:#e3d2d2 #a61717' }
  45.  
  46.