From 3e0f8f933258ccbb4c16ab4de163fd6ff711cf0f Mon Sep 17 00:00:00 2001 From: siduck Date: Tue, 28 Feb 2023 22:29:14 +0530 Subject: [PATCH] add light suffix for blossom theme docs will have an option to list only light themes so theme files with light prefix is going to be helpful! --- lua/base46/themes/{blossom.lua => blossom_light.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lua/base46/themes/{blossom.lua => blossom_light.lua} (96%) diff --git a/lua/base46/themes/blossom.lua b/lua/base46/themes/blossom_light.lua similarity index 96% rename from lua/base46/themes/blossom.lua rename to lua/base46/themes/blossom_light.lua index bc16a7a..2c9a9ef 100644 --- a/lua/base46/themes/blossom.lua +++ b/lua/base46/themes/blossom_light.lua @@ -70,6 +70,6 @@ M.polish_hl = { M.type = "light" -M = require("base46").override_theme(M, "blossom") +M = require("base46").override_theme(M, "blossom_light") return M