Skip to content

Commit

Permalink
feat: add support for indent-blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed May 2, 2024
1 parent 2d23fe2 commit a9eb003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ function M.setup()
NotifyWARNTitle = { fg = t.yellow },
NotifyBackground = { bg = t.bg },

-- Indent Blankline
IblIndent = { fg = util.blend(t.bgHighlight, t.bgAlt, 0.3) },
IblScope = { fg = t.bgHighlight },

-- TreeSitter Specific
["@variable"] = { fg = t.fg },
}
Expand Down

0 comments on commit a9eb003

Please sign in to comment.