Update theme.lua

This commit is contained in:
siduck76 2021-08-15 01:10:05 +05:30 committed by GitHub
parent 154ba7d419
commit 49120177ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
local chad_theme = require("chadrc").ui.theme
vim.g.nvchad_theme = chad_theme
-- this stores the current set theme, if later theme switcher is used but not set to default
vim.g.current_nvchad_theme = chad_theme
local present, base16 = pcall(require, "base16")