about summary refs log tree commit diff stats
path: root/ranger/gui/colorscheme.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/colorscheme.py')
-rw-r--r--ranger/gui/colorscheme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/gui/colorscheme.py b/ranger/gui/colorscheme.py
index 7db72d0a..54d9571e 100644
--- a/ranger/gui/colorscheme.py
+++ b/ranger/gui/colorscheme.py
@@ -1,10 +1,10 @@
 CONTEXT_KEYS = [ 'reset', 'error',
-		'in_display', 'in_statusbar', 'in_titlebar', 'in_console',
+		'in_browser', 'in_statusbar', 'in_titlebar', 'in_console',
 		'in_notify', 'in_taskview',
 		'directory', 'file', 'hostname',
 		'executable', 'media', 'link',
 		'video', 'audio', 'image', 'media', 'document', 'container',
-		'selected', 'empty', 'maindisplay', 'message', 'background',
+		'selected', 'empty', 'main_column', 'message', 'background',
 		'good', 'bad',
 		'space', 'permissions', 'owner', 'group', 'mtime', 'nlink',
 		'scroll', 'all', 'bot', 'top', 'percentage',