Merge pull request #48 from cwebster2/dev-remaster

fix: respect transparency by providing a value for `cp.none`
dev-remaster
Pocco81 3 years ago committed by GitHub
commit 99024673a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save