mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
migrating code to rose-pine.lua
This commit is contained in:
parent
ef3cb37a6a
commit
16ca5c1a90
1 changed files with 6 additions and 0 deletions
|
|
@ -553,6 +553,12 @@ local function set_highlights()
|
|||
IblScope = { fg = palette.foam },
|
||||
IblWhitespace = { fg = palette.overlay },
|
||||
|
||||
|
||||
-- epwalsh/obsidian.nvim
|
||||
ObsidianBullet = { fg = palette.muted },
|
||||
ObsidianRefText = { underline = true, fg = palette.iris },
|
||||
ObsidianDone = { bold = true, fg = palette.foam },
|
||||
|
||||
-- hrsh7th/nvim-cmp
|
||||
CmpItemAbbr = { fg = palette.subtle },
|
||||
CmpItemAbbrDeprecated = { fg = palette.subtle, strikethrough = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue