diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 2e313da..72dffbb 100644 --- a/manifest.json +++ b/manifest.json @@ -58,6 +58,50 @@ "version" : "0.1" }, { + "id" : "catppuccin-frappe", + "mod_version" : "3.0.0", + "name" : "catppuccin-frappe", + "path" : "colors/catppuccin-frappe.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { + "id" : "catppuccin-latte", + "mod_version" : "3.0.0", + "name" : "catppuccin-latte", + "path" : "colors/catppuccin-latte.lua", + "tags" : [ + "light" + ], + "type" : "color", + "version" : "0.1" + }, + { + "id" : "catppuccin-macchiato", + "mod_version" : "3.0.0", + "name" : "catppuccin-macchiato", + "path" : "colors/catppuccin-macchiato.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { + "id" : "catppuccin-mocha", + "mod_version" : "3.0.0", + "name" : "catppuccin-mocha", + "path" : "colors/catppuccin-mocha.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "cold_lime", "mod_version" : "3.0.0", "name" : "cold_lime", |