diff options
-rw-r--r-- | ranger/gui/colorscheme.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ranger/gui/colorscheme.py b/ranger/gui/colorscheme.py index f7eb22b6..6710d8b1 100644 --- a/ranger/gui/colorscheme.py +++ b/ranger/gui/colorscheme.py @@ -20,9 +20,8 @@ path/to/ranger/colorschemes/ context is a struct which contains all entries of CONTEXT_KEYS, associated with either True or False. -define which colorscheme to use by having this to your options.py: -from ranger import colorschemes -colorscheme = "name" +Define which colorscheme in your settings (e.g. ~/.config/ranger/rc.conf): +set colorscheme yourschemename """ import os |