mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 18:25:56 -07:00
update polish_hl doc in readme
This commit is contained in:
parent
d787514231
commit
590ee71974
1 changed files with 13 additions and 5 deletions
18
README.md
18
README.md
|
|
@ -96,12 +96,20 @@ M.base_16 = {
|
||||||
}
|
}
|
||||||
|
|
||||||
-- OPTIONAL
|
-- 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 = {
|
M.polish_hl = {
|
||||||
Comment = {
|
defaults = {
|
||||||
bg = "#ffffff" -- or M.base_30.cyan
|
Comment = {
|
||||||
italic = true
|
bg = "#ffffff", -- or M.base_30.cyan
|
||||||
}
|
italic = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
treesitter = {
|
||||||
|
["@variable"] = { fg = "#000000" },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- set the theme type whether is dark or light
|
-- set the theme type whether is dark or light
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue