Skip to content

Commit 829dd74

Browse files
feat(treesitter): modify markup highlights for better color distinction (#129)
feat: modify `@markup` highlights to improve distinction and readability
1 parent 2bcd030 commit 829dd74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astrotheme/groups/treesitter.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ local function callback(opts)
112112

113113
["@markup.link"] = { fg = C.syntax.yellow, bold = true },
114114
["@markup.link.label"] = { link = "String" },
115-
["@markup.link.url"] = { fg = C.syntax.green, italic = true, underline = true },
115+
["@markup.link.url"] = { fg = C.syntax.blue, italic = true, underline = true },
116116

117-
["@markup.raw"] = { fg = C.syntax.text },
117+
["@markup.raw"] = { fg = C.syntax.red },
118118
["@markup.raw.block"] = { fg = C.syntax.text },
119119

120120
["@markup.list"] = { link = "Special" },

0 commit comments

Comments
 (0)