diff --git a/bumblebee/theme.py b/bumblebee/theme.py index 7a3f99c..88b27cd 100644 --- a/bumblebee/theme.py +++ b/bumblebee/theme.py @@ -4,7 +4,7 @@ import yaml import glob def getpath(): - return os.path.dirname("{}/themes/".format(os.path.dirname(os.path.realpath(__file__)))) + return os.path.dirname("{}/../themes/".format(os.path.dirname(os.path.realpath(__file__)))) def themes(): d = getpath() diff --git a/bumblebee/themes/default.json b/themes/default.json similarity index 100% rename from bumblebee/themes/default.json rename to themes/default.json diff --git a/bumblebee/themes/gruvbox-powerline.json b/themes/gruvbox-powerline.json similarity index 100% rename from bumblebee/themes/gruvbox-powerline.json rename to themes/gruvbox-powerline.json diff --git a/bumblebee/themes/powerline.json b/themes/powerline.json similarity index 100% rename from bumblebee/themes/powerline.json rename to themes/powerline.json diff --git a/bumblebee/themes/solarized-powerline.json b/themes/solarized-powerline.json similarity index 100% rename from bumblebee/themes/solarized-powerline.json rename to themes/solarized-powerline.json diff --git a/bumblebee/themes/solarized.json b/themes/solarized.json similarity index 100% rename from bumblebee/themes/solarized.json rename to themes/solarized.json