about summary refs log tree commit diff stats
path: root/ranger/colorschemes/solarized.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/colorschemes/solarized.py')
-rw-r--r--ranger/colorschemes/solarized.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/ranger/colorschemes/solarized.py b/ranger/colorschemes/solarized.py
index c3c0cad6..09d66bff 100644
--- a/ranger/colorschemes/solarized.py
+++ b/ranger/colorschemes/solarized.py
@@ -6,13 +6,17 @@
 # This is a modification of Roman Zimbelmann's default colorscheme.
 
 from ranger.gui.colorscheme import ColorScheme
-from ranger.gui.color import *
+from ranger.gui.color import (
+    cyan, magenta, red, white, default,
+    normal, bold, reverse,
+    default_colors,
+)
 
 
 class Solarized(ColorScheme):
     progress_bar_color = 33
 
-    def use(self, context):
+    def use(self, context):  # pylint: disable=too-many-branches,too-many-statements
         fg, bg, attr = default_colors
 
         if context.reset: