From 8b1dcff1a0b8bfa91eca3e5d11178b4262dbf1bf Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 10 Oct 2023 16:40:52 -0400 Subject: Added in entries to manifest.json. --- manifest.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/manifest.json b/manifest.json index 049745d..5713ea0 100644 --- a/manifest.json +++ b/manifest.json @@ -112,6 +112,28 @@ "type" : "color", "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", -- cgit v1.2.3