Merge pull request #175 from nullchilly/colors_name

fix(g.colors_name): Set colorscheme name
dev
Pocco81 2 years ago committed by GitHub
commit 7ee080cb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ function util.load(theme)
if vim.fn.exists("syntax_on") then
vim.cmd("syntax reset")
end
g.colors_name = "catppuccin"
local custom_highlights = require("catppuccin.config").options.custom_highlights
util.properties(theme.properties)

Loading…
Cancel
Save