diff --git a/index.json b/index.json index 9243aef..5843e31 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.19": { - "api_version": 8, - "commit_sha": "be70116", - "released_on": "04-05-2024", - "md5sum": "f0a9ed605dd91e2210a47a0cd6067ded" - }, + "1.0.19": null, "1.0.18": { "api_version": 8, "commit_sha": "5af504e", diff --git a/plugin_manager.py b/plugin_manager.py index cf49fa2..ef2d061 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1113,7 +1113,7 @@ class PluginWindow(popup.PopupWindow): v_align='center', text=text, scale=text_scale * 0.8, - color=(0.45, 0.36, 0.46), + color=(0.75, 0.7, 0.8), maxwidth=width * 0.9, draw_controller=author_text_control_btn, )