From 5d4137a29710f6a26b5f688bdbbea6fbf5e3efa1 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 21 Sep 2021 18:55:56 +0800 Subject: [PATCH] reset palette --- colors/zenbones-lush.lua | 1 + colors/zenflesh-lush.lua | 1 + 2 files changed, 2 insertions(+) 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