From b2996d9b0ea393830600745e143b46deee944648 Mon Sep 17 00:00:00 2001 From: anonymous-90 Date: Fri, 1 Dec 2023 13:44:58 +0000 Subject: [PATCH] updated manifest id and theme description --- plugins/superdark/manifest.json | 2 +- plugins/superdark/themes/superdark.json | 2 +- plugins/superdark/themes/superdark.json.bak | 27 --------------------- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 plugins/superdark/themes/superdark.json.bak diff --git a/plugins/superdark/manifest.json b/plugins/superdark/manifest.json index 7916c5ad..042bc310 100644 --- a/plugins/superdark/manifest.json +++ b/plugins/superdark/manifest.json @@ -1,7 +1,7 @@ { "author": "Gamer99", "name": "superdark", - "description": "test", + "description": "adds a darker version of the default dark theme", "version": "1.0.0", "target": "v2", "id": "1e13a740-fcc4-45d5-925a-53ed39370f9b", diff --git a/plugins/superdark/themes/superdark.json b/plugins/superdark/themes/superdark.json index f180c727..aafd5cd0 100644 --- a/plugins/superdark/themes/superdark.json +++ b/plugins/superdark/themes/superdark.json @@ -1,5 +1,5 @@ { - "id": "testing", + "id": "gamer99.superdark", "name": "superdark", "colorScheme": "dark", diff --git a/plugins/superdark/themes/superdark.json.bak b/plugins/superdark/themes/superdark.json.bak deleted file mode 100644 index 5ebcba93..00000000 --- a/plugins/superdark/themes/superdark.json.bak +++ /dev/null @@ -1,27 +0,0 @@ -{ - "id": "testing", - "name": "superdark", - "colorScheme": "dark", - - "colors": { - "menu": "#000000", - "toolbar": "#000000", - "tabActive": "#000000", - "tabInactive": "#C0C0C0", - "sidebarNavigation": "#0F0F0F", - "expandedSidebar": "#000000", - "sidebarSelection": "#000000", - "background": "#000000", - "lineHighlightBackground": "#2c313c", - "text": "#FFFFFF", - "toolbar": "#000000", - "primary": "#0073FF", - "secondary": "#0073FF", - "accent": "#0073FF", - "tooltip": "#000000", - "behaviorPack" : "#9E9E9E", - "resourcePack" : "#9E9E9E", - - - } -} \ No newline at end of file