mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
define ui related globals
This commit is contained in:
parent
7c4783a055
commit
f0216f665d
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue