Skip to content

Commit a4d3022

Browse files
A-Lamiamehalter
authored andcommitted
feat(treesitter): change markdown title colors to be more ordered
1 parent 067d786 commit a4d3022

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lua/astrotheme/groups/plugins/nvim-treesitter.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ local function callback(opts)
9595
["@text.underline"] = { link = "Underline" },
9696
["@text.strike"] = { fg = C.syntax.green, strikethrough = true },
9797
["@text.title"] = { fg = C.syntax.text, bold = true },
98-
["@text.title.1.markdown"] = { fg = C.syntax.text, bold = true },
99-
["@text.title.2.markdown"] = { fg = C.syntax.purple, bold = true },
100-
["@text.title.3.markdown"] = { fg = C.syntax.blue, bold = true },
101-
["@text.title.4.markdown"] = { fg = C.syntax.cyan, bold = true },
102-
["@text.title.5.markdown"] = { fg = C.syntax.green, bold = true },
98+
["@text.title.1.markdown"] = { fg = C.syntax.purple, bold = true },
99+
["@text.title.2.markdown"] = { fg = C.syntax.blue, bold = true },
100+
["@text.title.3.markdown"] = { fg = C.syntax.cyan, bold = true },
101+
["@text.title.4.markdown"] = { fg = C.syntax.green, bold = true },
102+
["@text.title.5.markdown"] = { fg = C.syntax.yellow, bold = true },
103103
["@text.literal"] = { fg = C.syntax.text },
104104
["@text.quote"] = { fg = C.syntax.text, italic = true },
105105
["@text.uri"] = { fg = C.syntax.green, italic = true, underline = true },

0 commit comments

Comments
 (0)