mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add nvim-hlslens
This commit is contained in:
parent
102c25a000
commit
b770254b45
1 changed files with 11 additions and 0 deletions
|
|
@ -589,6 +589,17 @@ function M.get(config)
|
||||||
IlluminatedWordRead = { link = "MatchWord" },
|
IlluminatedWordRead = { link = "MatchWord" },
|
||||||
IlluminatedWordText = { link = "MatchWord" },
|
IlluminatedWordText = { link = "MatchWord" },
|
||||||
IlluminatedWordWrite = { link = "MatchWord" },
|
IlluminatedWordWrite = { link = "MatchWord" },
|
||||||
|
|
||||||
|
--- kevinhwang91/nvim-hlslens
|
||||||
|
-- active word
|
||||||
|
HlSearchNear = { fg=p.rose, bg = "none", style="underline,bold"},
|
||||||
|
-- label of active word
|
||||||
|
HlSearchLensNear = { fg=p.rose, bg=p.surface, style="bold"},
|
||||||
|
-- nearest text for the floating window
|
||||||
|
-- HlSearchFloat = { fg="foam", bg="love",},
|
||||||
|
-- color of label of other n and N's
|
||||||
|
HlSearchLens = { fg=p.rose, bg=p.surface,},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue