From 590ee719742482f8e8cd6682e7275fa4e94a5389 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 29 Oct 2023 10:49:27 +0530 Subject: [PATCH] update polish_hl doc in readme --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59b3ff0..f1a2f01 100644 --- a/README.md +++ b/README.md @@ -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 = { - Comment = { - bg = "#ffffff" -- or M.base_30.cyan - italic = true - } + defaults = { + Comment = { + bg = "#ffffff", -- or M.base_30.cyan + italic = true, + }, + }, + + treesitter = { + ["@variable"] = { fg = "#000000" }, + }, } -- set the theme type whether is dark or light