diff --git a/colors/zenbones-lush.lua b/colors/zenbones-lush.lua index 640fc65..9c6f5c5 100644 --- a/colors/zenbones-lush.lua +++ b/colors/zenbones-lush.lua @@ -15,6 +15,7 @@ require("zenbones.terminal").setup() -- -- The performance impact of this call can be measured in the hundreds of -- *nanoseconds* and such could be considered "production safe". +package.loaded["zenbones.palette"] = nil package.loaded["zenbones"] = nil -- include our theme file and pass it to lush to apply diff --git a/colors/zenflesh-lush.lua b/colors/zenflesh-lush.lua index fc45182..cca5a73 100644 --- a/colors/zenflesh-lush.lua +++ b/colors/zenflesh-lush.lua @@ -15,6 +15,7 @@ require("zenflesh.terminal").setup() -- -- The performance impact of this call can be measured in the hundreds of -- *nanoseconds* and such could be considered "production safe". +package.loaded["zenflesh.palette"] = nil package.loaded["zenflesh"] = nil -- include our theme file and pass it to lush to apply