global theme option
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
local cmd = vim.cmd
|
||||
|
||||
local colors = require "themes/gruvbox"
|
||||
local global_theme = "themes/"..vim.g.nvchad_theme
|
||||
local colors = require(global_theme)
|
||||
|
||||
local white = colors.white
|
||||
local darker_black = colors.darker_black
|
||||
|
||||
Reference in New Issue
Block a user