Skip to content

Commit

Permalink
feat(ibl): use blue for indent context
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 16, 2024
1 parent c91aef1 commit db0a4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,9 @@ function M.setup()
AerialLine = { link = "LspInlayHint" },

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

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

0 comments on commit db0a4d4

Please sign in to comment.