fix: use terminal_colors (#161)
Co-authored-by: Remi Drouin <rdrouin@graimatterlabs.ai>
This commit is contained in:
parent
d15c01499f
commit
d75cd5259a
@ -236,7 +236,10 @@ function util.load(theme)
|
||||
-- load base theme
|
||||
util.syntax(theme.base)
|
||||
util.syntax(theme.plugins)
|
||||
util.terminal(theme.colors)
|
||||
if theme.config.terminalColors then
|
||||
util.terminal(theme.colors)
|
||||
end
|
||||
|
||||
util.autocmds(theme.config)
|
||||
|
||||
vim.defer_fn(function()
|
||||
|
Loading…
Reference in New Issue
Block a user