Skip to content

Commit

Permalink
Merge pull request #75 from duament/indent-blankline-3
Browse files Browse the repository at this point in the history
fix: indent-blankline.nvim version 3
  • Loading branch information
rmehri01 committed Oct 6, 2023
2 parents 5d4ea14 + f9950f6 commit fb95585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/onenord/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,11 @@ function theme.highlights(colors, config)
IndentBlanklineContextChar = { fg = colors.purple, style = "nocombine" },
IndentBlanklineContextStart = { style = "underline", sp = colors.purple },

-- Indent Blankline 3
IblIndent = { fg = colors.selection },
IblWhitespace = { fg = colors.gray },
IblScope = { fg = colors.purple },

-- Nvim dap
DapBreakpoint = { fg = colors.red },
DapStopped = { fg = colors.green },
Expand Down

0 comments on commit fb95585

Please sign in to comment.