diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 16:40:52 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 16:40:52 -0400 |
commit | 8b1dcff1a0b8bfa91eca3e5d11178b4262dbf1bf (patch) | |
tree | 0bc4f0f3f90714553abbd752caff3fdde9f97f97 /manifest.json | |
parent | 40b51358400dfbc875d031b5a6cd92d09f1f51d4 (diff) | |
download | lite-xl-colors-8b1dcff1a0b8bfa91eca3e5d11178b4262dbf1bf.tar.gz lite-xl-colors-8b1dcff1a0b8bfa91eca3e5d11178b4262dbf1bf.zip |
Added in entries to manifest.json.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 049745d..5713ea0 100644 --- a/manifest.json +++ b/manifest.json @@ -113,6 +113,28 @@ "version" : "0.1" }, { + "id" : "flexoki-dark", + "mod_version" : "3.0.0", + "name" : "flexoki-dark", + "path" : "colors/flexoki_dark.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { + "id" : "flexoki-light", + "mod_version" : "3.0.0", + "name" : "flexoki-light", + "path" : "colors/flexoki_light.lua", + "tags" : [ + "light" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "github", "mod_version" : "3.0.0", "name" : "github", |