From c7ffba178b5016842a3d28ce8a61680134bcdc2f Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Nov 2023 11:22:29 -0500 Subject: [PATCH] Pr/update manifest add solarized dark (#31) * Updated README.md to include mentions of base16 themes, and lpm. * Added missing color. --- manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifest.json b/manifest.json index 72dffbb..8c8fb3b 100644 --- a/manifest.json +++ b/manifest.json @@ -409,6 +409,17 @@ "type" : "color", "version" : "0.1" }, + { + "id" : "solarized_dark", + "mod_version" : "3.0.0", + "name" : "solarized_dark", + "path" : "colors/solarized_dark.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, { "id" : "solarized_light", "mod_version" : "3.0.0",