Skip to content

Commit

Permalink
colors(indentblankline): Add hi groups for the v3
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Sep 29, 2023
1 parent 73a8625 commit 8ffb31e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/ronny/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -622,11 +622,16 @@ nvimtree.NvimTreeGitMerge = { fg=pal.violet, bg="NONE" }
M.indentblankline = {}
local indentblankline = M.indentblankline

-- v2
indentblankline.IndentBlanklineContextChar = { fg="#7E8E91", bg="NONE", nocombine=true }
indentblankline.IndentBlanklineContextStart = { sp="#7E8E91", bg="NONE", nocombine=true, underline=true }
indentblankline.IndentBlanklineChar = { fg="#31383A", bg="NONE", nocombine=true }
indentblankline.IndentBlanklineSpaceChar = { fg="#31383A", bg="NONE", nocombine=true }
indentblankline.IndentBlanklineSpaceCharBlankline = { fg="#31383A", bg="NONE", nocombine=true }
-- v3
indentblankline.IblIndent = { fg="#31383A", bg="NONE", nocombine=true }
indentblankline.IblWhitespace = { fg="#7E8E91", bg="NONE", nocombine=true }
indentblankline.IblScope = { fg="#7E8E91", bg="NONE", nocombine=true }

--- TODO: COC.nvim
-- See https://github.com/neoclide/coc.nvim/blob/eb63f778d09c37095352fb47f75e592d3d2d0192/doc/coc.txt#L3168
Expand Down

0 comments on commit 8ffb31e

Please sign in to comment.