diff options
-rw-r--r-- | manifest.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/manifest.json b/manifest.json index 4e7d70f..ff98624 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,17 @@ { "addons" : [ { + "id" : "abyss", + "mod_version" : "3.0.0", + "name" : "abyss", + "path" : "colors/abyss.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { "id": "ayu-dark", "remote": "https://github.com/juliardi/lite-xl-ayu-theme.git:33a514527d4870480554771c273e667eb6418873", "tags": [ @@ -22,17 +33,6 @@ ] }, { - "id" : "abyss", - "mod_version" : "3.0.0", - "name" : "abyss", - "path" : "colors/abyss.lua", - "tags" : [ - "dark" - ], - "type" : "color", - "version" : "0.1" - }, - { "id" : "betelgeuse", "mod_version" : "3.0.0", "name" : "betelgeuse", |