ranger.gui.colorscheme
index
/home/hut/work/ranger/ranger/gui/colorscheme.py

 
Classes
       
builtins.object
ColorScheme

 
class ColorScheme(builtins.object)
     Methods defined here:
__init__(self)
get(self, *keys)
Determine the (fg, bg, attr) tuple or get it from cache
get_attr(self, *keys)
Returns the curses attr integer for the specified keys
use(self, context)
Use the colorscheme to determine the (fg, bg, attr) tuple.
This is a dummy function which always returns default_colors.
Override this in your custom colorscheme!

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        CONTEXT_KEYS = ['reset', 'error', 'in_display', 'in_statusbar', 'in_titlebar', 'in_console', 'in_notify', 'in_pman', 'directory', 'file', 'hostname', 'executable', 'media', 'link', 'video', 'audio', 'image', 'media', 'document', 'container', ...]