Skip to content

Commit

Permalink
feat(indent-blankline): new hl groups
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Sep 28, 2023
1 parent 8e67021 commit 9699aa2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lua/tokyonight/theme.lua
Expand Up @@ -312,10 +312,10 @@ function M.setup()
-- Markdown
["@text.title.1.markdown"] = { fg = c.blue, bold = true },
["@text.title.2.markdown"] = { fg = c.yellow, bold = true },
["@text.title.3.markdown"] = { fg = c.green, bold = true},
["@text.title.4.markdown"] = { fg = c.teal, bold = true},
["@text.title.5.markdown"] = { fg = c.magenta, bold = true},
["@text.title.6.markdown"] = { fg = c.purple, bold = true},
["@text.title.3.markdown"] = { fg = c.green, bold = true },
["@text.title.4.markdown"] = { fg = c.teal, bold = true },
["@text.title.5.markdown"] = { fg = c.magenta, bold = true },
["@text.title.6.markdown"] = { fg = c.purple, bold = true },

-- ts-rainbow
rainbowcol1 = { fg = c.red },
Expand Down Expand Up @@ -652,6 +652,8 @@ function M.setup()

IndentBlanklineChar = { fg = c.fg_gutter, nocombine = true },
IndentBlanklineContextChar = { fg = c.purple, nocombine = true },
IblIndent = { fg = c.fg_gutter, nocombine = true },
IblScope = { fg = c.purple, nocombine = true },

-- Scrollbar
ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },
Expand Down

0 comments on commit 9699aa2

Please sign in to comment.