Respect transparency by providing a value for none

With the refactor removing values from the color mapper table,
the missing value on cp.none prevents transparency from being
respected.  This adds a value for that in a core.mapper close
to where it is used and does not pollute th color mapping table.
dev-remaster
Casey Webster 3 years ago
parent ef399bfdc6
commit d9247da971
No known key found for this signature in database
GPG Key ID: A58BCB66EEBB9327

@ -18,6 +18,7 @@ end
local function get_base()
local cp = color_palette
cp.none = "NONE"
return {
Comment = { fg = cp.katppuccino11, style = cnf.styles.comments }, -- just comments

Loading…
Cancel
Save