diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 00:51:10 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 00:51:10 +0100 |
commit | c944ec0491110d20997630d8762269962c1b8b31 (patch) | |
tree | 4cb8674cac80aaaa4760c6a1bc5e32ea71baf2af /lua/no-clown-fiesta/groups/treesitter.lua | |
parent | 7dc58e7ceab03682b7f2ac2bcf6903273a7fe9ba (diff) |
Add orgmode support
Diffstat (limited to 'lua/no-clown-fiesta/groups/treesitter.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/treesitter.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua index d3653a6..24fa968 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -47,7 +47,8 @@ function M.highlight(palette, opts) ["@markup"] = { fg = palette.fg }, ["@markup.italic"] = { italic = true }, ["@markup.link"] = { fg = palette.medium_gray_blue }, - ["@markup.list"] = { fg = palette.medium_gray }, + ["@markup.list"] = { fg = palette.fg }, + ["@markup.list.unchecked"] = { fg = palette.fg }, ["@markup.literal"] = { fg = palette.medium_gray }, ["@markup.strong"] = { fg = palette.medium_gray }, ["@markup.title"] = { fg = palette.medium_gray }, |