feat: set term colors

dev-doc
Pocco81 3 years ago
parent f0d4fa66f8
commit 9d588802dc

@ -4,6 +4,7 @@ local config = {}
config.options = {
colorscheme = "dark_catppuccino",
transparency = false,
term_colors = false,
styles = {
comments = "italic",
functions = "italic",

@ -152,9 +152,9 @@ function util.load(theme)
util.syntax(theme.base)
util.syntax(theme.integrations)
-- if opts.ui.terminal then
-- util.terminal(theme)
-- end
if require("catppuccino.config").options["term_colors"] then
util.terminal(theme)
end
end
return util

Loading…
Cancel
Save