We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2aa78 commit 7b93f1bCopy full SHA for 7b93f1b
lua/astrotheme/groups/plugins/nvim-treesitter.lua
@@ -96,6 +96,11 @@ local function callback()
96
97
["@text.todo"] = { fg = C.base, bg = C.yellow },
98
["@text.note"] = { fg = C.base, bg = C.blue },
99
+ ["@text.title.1.markdown"] = { fg = C.syntax.text, bold = true },
100
+ ["@text.title.2.markdown"] = { fg = C.syntax.purple, bold = true },
101
+ ["@text.title.3.markdown"] = { fg = C.syntax.blue, bold = true },
102
+ ["@text.title.4.markdown"] = { fg = C.syntax.cyan, bold = true },
103
+ ["@text.title.5.markdown"] = { fg = C.syntax.green, bold = true },
104
["@text.todo.note"] = { link = "@text.note" },
105
["@text.warning"] = { fg = C.base, bg = C.yellow },
106
["@text.todo.warning"] = { link = "@text.warning" },
0 commit comments