diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 14:59:06 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:35:01 -0400 |
commit | 5bc91eaa6dc45019a98dc27b98923e446b767c28 (patch) | |
tree | 88078f872144b4b3f7dd6c155cb5a5c8c70e6a06 /manifest.json | |
parent | 3e078c689789cea2e9798899f4e2f5f5a0b9b5a0 (diff) | |
download | lite-xl-colors-5bc91eaa6dc45019a98dc27b98923e446b767c28.tar.gz lite-xl-colors-5bc91eaa6dc45019a98dc27b98923e446b767c28.zip |
Reordered manifest.
Diffstat (limited to 'manifest.json')
-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", |