diff options
-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", |