mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
fix https://github.com/NvChad/NvChad/issues/1027 | add theme toggle function
This commit is contained in:
parent
fb9d86d9cd
commit
1f1ca85c29
36 changed files with 145 additions and 36 deletions
|
|
@ -1,6 +1,6 @@
|
|||
-- returns a huge table of all highlight groups & their colors
|
||||
|
||||
local merge_tb = require("base16").merge_tb
|
||||
local merge_tb = require("base46").merge_tb
|
||||
|
||||
local highlights = {}
|
||||
local hl_dir = vim.fn.stdpath "data" .. "/site/pack/packer/opt/base46/lua/integrations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue