Skip to content

Commit

Permalink
feat(indent): add hl for indent line character
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Jul 15, 2024
1 parent 2a86dac commit 06bc994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/kanagawa-paper/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function M.setup(colors, opts)
TelescopePreviewBorder = { bg = theme.ui.bg, fg = theme.ui.bg_p2 },

-- NvimTree
-- NvimTreeIndentMarker = {},
NvimTreeIndentMarker = { fg = theme.ui.indent },
NvimTreeNormal = { link = "Normal" },
NvimTreeNormalNC = { link = "NvimTreeNormal" },
NvimTreeGitDirty = { fg = theme.vcs.changed },
Expand Down Expand Up @@ -212,7 +212,7 @@ function M.setup(colors, opts)
LazyProgressTodo = { fg = theme.ui.nontext },

-- Trouble
TroubleIndent = { fg = theme.ui.whitespace },
TroubleIndent = { fg = theme.ui.indent },
TroublePos = { fg = theme.ui.special },

-- Headlines
Expand Down

0 comments on commit 06bc994

Please sign in to comment.