summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/colorschemes/default.py2
-rw-r--r--ranger/help/index.py6
2 files changed, 3 insertions, 5 deletions
diff --git a/ranger/colorschemes/default.py b/ranger/colorschemes/default.py
index aa5299b9..b7a80db4 100644
--- a/ranger/colorschemes/default.py
+++ b/ranger/colorschemes/default.py
@@ -88,8 +88,6 @@ class Default(ColorScheme):
 			elif context.bars:
 				fg = black
 				attr |= bold
-			elif context.quotes or context.text:
-				fg = magenta
 			elif context.key:
 				fg = green
 			elif context.special:
diff --git a/ranger/help/index.py b/ranger/help/index.py
index 3fc35a3f..c740fed0 100644
--- a/ranger/help/index.py
+++ b/ranger/help/index.py
@@ -4,7 +4,6 @@
     Move around:  Use the cursor keys, or "h" to go left,          h   l
                   "j" to go down, "k" to go up, "l" to go right.     j
    Close Ranger:  Use ":q<Enter>" or "Q".
-
   Specific help:  Type the help key "?" prepended with a number:
 
 	|0?|	This index
@@ -12,12 +11,13 @@
 	|2?|	Running Files
 	|3?|	The console
 	|4?|	File operations
+
 ==============================================================================
 
 0.1. General information
 
-Whenever you see an annotation like |3?| you can translate it to:
-"This is explained in more detail in chapter 3. Type 3? to view it."
+Annotations like |1?| indicate that the topic is explained in more
+detail in chapter 1. You can type 1? to view it.
 
 ==============================================================================
 """
anger/blame/README?h=v1.7.0-emacs&id=78e9f3234e05afd8fa712849a21b2b1cdb96aec1'>^
34a60763 ^
36e4e71e ^

4ea0f69a ^

36e4e71e ^




78a7d762 ^
36e4e71e ^

78a7d762 ^
36e4e71e ^


4ea0f69a ^

36e4e71e ^
4ea0f69a ^
36e4e71e ^



f6ae504c ^
4ea0f69a ^














36e4e71e ^





4ea0f69a ^


36e4e71e ^




4ea0f69a ^

36e4e71e ^



f6ae504c ^
4ea0f69a ^
36e4e71e ^

4ea0f69a ^

36e4e71e ^






4ea0f69a ^

306c76d8 ^






b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112