Module pyinotify :: Class DefaultTheme
[hide private]
[frames] | no frames]

Class DefaultTheme

source code

object --+        
         |        
ColorTheme --+    
             |    
AnsiColorTheme --+
                 |
                DefaultTheme

Instance Methods [hide private]

Inherited from AnsiColorTheme: __getattr__

Inherited from ColorTheme: __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  style_normal = '\x1b[0m'
  style_prompt = '\x1b[34m\x1b[1m'
  style_punct = '\x1b[0m'
  style_id = '\x1b[34m\x1b[1m'
  style_not_printable = '\x1b[37m'
  style_class_name = '\x1b[31m\x1b[1m'
  style_field_name = '\x1b[34m'
  style_field_value = '\x1b[35m'
  style_emph_field_name = '\x1b[34m\x1b[4m\x1b[1m'
  style_emph_field_value = '\x1b[35m\x1b[4m\x1b[1m'
  style_watchlist_type = '\x1b[34m'
  style_watchlist_value = '\x1b[35m'
  style_fail = '\x1b[31m\x1b[1m'
  style_success = '\x1b[34m\x1b[1m'
  style_even = '\x1b[30m\x1b[1m'
  style_odd = '\x1b[30m'
  style_yellow = '\x1b[33m'
  style_active = '\x1b[30m'
  style_closed = '\x1b[37m'
  style_left = '\x1b[34m\x1b[7m'
  style_right = '\x1b[31m\x1b[7m'

Inherited from AnsiColorTheme: style_watchlist_name

Properties [hide private]

Inherited from object: __class__