reset palette

This commit is contained in:
Michael Chris Lopez
2021-09-21 18:55:56 +08:00
parent 58060aaf73
commit 5d4137a297
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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