summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-11 22:30:47 +0100
committerhut <hut@lavabit.com>2010-03-12 00:46:47 +0100
commitf78b35d604625fdca71a81d30aaabb2962627908 (patch)
tree2586f7c535bfa17b498f795ddd3d7950d80ac522
parenta0fdb913401a6f28b1dfbca248d41c147b12cd20 (diff)
downloadranger-f78b35d604625fdca71a81d30aaabb2962627908.tar.gz
ranger.colorschemes: look for custom colorschemes!
-rw-r--r--ranger/colorschemes/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ranger/colorschemes/__init__.py b/ranger/colorschemes/__init__.py
index 422c6598..8b364c03 100644
--- a/ranger/colorschemes/__init__.py
+++ b/ranger/colorschemes/__init__.py
@@ -34,3 +34,7 @@ __all__ = get_all_modules(dirname(__file__))
 """)
 
 from ranger.colorschemes import *
+try:
+	from colorschemes import *
+except ImportError:
+	pass
org> 2019-10-29 15:20:57 +0100 Add clipboard feature' href='/danisanti/profani-tty/commit/src/tools/clipboard.c?id=b46dbcc3633cd28411e3a301d7082098699e85ca'>b46dbcc3 ^
5d6cb3c7 ^


b46dbcc3 ^


5d6cb3c7 ^
b46dbcc3 ^
a2726b6a ^



b46dbcc3 ^
a2726b6a ^
b46dbcc3 ^

a2726b6a ^
b46dbcc3 ^










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