mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
revert adding globals
This commit is contained in:
parent
7a0d624640
commit
e0c485b5b6
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@ local M = {}
|
||||||
local g = vim.g
|
local g = vim.g
|
||||||
local config = require("core.utils").load_config()
|
local config = require("core.utils").load_config()
|
||||||
|
|
||||||
g.nvchad_theme = config.ui.theme
|
|
||||||
g.transparency = config.ui.transparency
|
|
||||||
|
|
||||||
M.get_theme_tb = function(type)
|
M.get_theme_tb = function(type)
|
||||||
local default_path = "base46.themes." .. g.nvchad_theme
|
local default_path = "base46.themes." .. g.nvchad_theme
|
||||||
local user_path = "custom.themes." .. g.nvchad_theme
|
local user_path = "custom.themes." .. g.nvchad_theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue