Skip to content

Commit

Permalink
feat: added support for indentmini
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 19, 2024
1 parent 634015f commit 3c19449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ function M.setup()
IndentBlanklineContextChar = { fg = c.blue1, nocombine = true },
IblIndent = { fg = c.fg_gutter, nocombine = true },
IblScope = { fg = c.blue1, nocombine = true },
IndentLine = { fg = c.fg_gutter, nocombine = true },
IndentLineCurrent = { fg = c.blue1, nocombine = true },

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

0 comments on commit 3c19449

Please sign in to comment.