update polish_hl doc in readme

v2.5
siduck 2 years ago
parent d787514231
commit 590ee71974

@ -96,12 +96,20 @@ M.base_16 = {
}
-- OPTIONAL
-- overriding highlights for this specific theme only
-- overriding or adding highlights for this specific theme only
-- defaults/treesitter is the filename i.e integration there,
M.polish_hl = {
defaults = {
Comment = {
bg = "#ffffff" -- or M.base_30.cyan
italic = true
}
bg = "#ffffff", -- or M.base_30.cyan
italic = true,
},
},
treesitter = {
["@variable"] = { fg = "#000000" },
},
}
-- set the theme type whether is dark or light

Loading…
Cancel
Save