From e0c485b5b65d87fe2421bc115d80c6d124b05f5c Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 20 Nov 2022 21:48:40 +0530 Subject: [PATCH] revert adding globals --- lua/base46/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/base46/init.lua b/lua/base46/init.lua index 55d28ef..c3713cb 100644 --- a/lua/base46/init.lua +++ b/lua/base46/init.lua @@ -2,9 +2,6 @@ local M = {} local g = vim.g local config = require("core.utils").load_config() -g.nvchad_theme = config.ui.theme -g.transparency = config.ui.transparency - M.get_theme_tb = function(type) local default_path = "base46.themes." .. g.nvchad_theme local user_path = "custom.themes." .. g.nvchad_theme