import json theme = 'nord' with open("/home/eeleater/.config/qtile/themes/" + theme + ".json") as theme_json: colors = json.load(theme_json)