fix sqlalchemy bug
[rainbowstream.git] / rainbowstream / rainbow.py
index ed3d07fdf61cb0bb658a9560bf8f4651090ccc3f..51ab7ddd956563a5f942d1138ac27004765579ad 100644 (file)
@@ -139,6 +139,7 @@ def get_decorated_name():
 
     files = os.listdir('rainbowstream/colorset')
     themes = [f.split('.')[0] for f in files if f.split('.')[-1] == 'json']
+    themes += ['custom']
     g['themes'] = themes
     db.theme_store(c['theme'])