mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
importing rosepine pallete
This commit is contained in:
parent
3d65c447cb
commit
3f56d7cb9a
1 changed files with 5 additions and 3 deletions
|
|
@ -5,8 +5,10 @@
|
|||
--- local highlights = require("rose-pine.plugins.obsidian")
|
||||
--- require("obsidian").setup({ highlights = highlights })
|
||||
|
||||
local p = require("rose-pine.palette")
|
||||
|
||||
return {
|
||||
ObsidianBullet = { fg = "muted" },
|
||||
ObsidianRefText = { underline = true, fg = "iris" },
|
||||
ObsidianDone = { bold = true, fg = "foam" }
|
||||
ObsidianBullet = { fg = p.muted },
|
||||
ObsidianRefText = { underline = true, fg = p.iris },
|
||||
ObsidianDone = { bold = true, fg = p.foam }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue