Skip to content

Commit

Permalink
add highlights for mini.indentscope (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 authored Mar 9, 2023
1 parent 6986ff2 commit 63821c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@ function M._load(options)
-- folke/noice.nvim
h('NoiceCursor', { fg = p.highlight_high, bg = p.text })

-- echasnovski/mini.indentscope
h('MiniIndentscopeSymbol', { fg = p.highlight_med })
h('MiniIndentscopeSymbolOff', { fg = p.highlight_med })

vim.g.terminal_color_0 = p.overlay -- black
vim.g.terminal_color_8 = p.subtle -- bright black
vim.g.terminal_color_1 = p.love -- red
Expand Down

0 comments on commit 63821c1

Please sign in to comment.