fix pull request 2
[rainbowstream.git] / rainbowstream / draw.py
index 2fbe51de6336ecbf36ce2375d47ee9dd0142549d..27cc8746865e784f97d0bace7289831c9f734423 100644 (file)
@@ -101,7 +101,7 @@ def check_theme():
                 os.environ.get('USERPROFILE',
                 '')) + os.sep + '.rainbow_config.json'
         else:
-            config = 'rainbowstream/colorset/'+c['theme']+'.json'
+            config = os.path.dirname(__file__) + '/colorset/'+c['theme']+'.json'
         # Load new config
         data = load_config(config)
         if data: