summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/gui/colorscheme.py5
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
of stuff' href='/akspecs/ranger/commit/uml/2.session?h=v1.5.5&id=16246965082ce5d319f5cef07da3ff533ca50cc2'>16246965 ^
6004e161 ^
61de0a4d ^

16246965 ^
61de0a4d ^











1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24