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")
|
--- local highlights = require("rose-pine.plugins.obsidian")
|
||||||
--- require("obsidian").setup({ highlights = highlights })
|
--- require("obsidian").setup({ highlights = highlights })
|
||||||
|
|
||||||
|
local p = require("rose-pine.palette")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
ObsidianBullet = { fg = "muted" },
|
ObsidianBullet = { fg = p.muted },
|
||||||
ObsidianRefText = { underline = true, fg = "iris" },
|
ObsidianRefText = { underline = true, fg = p.iris },
|
||||||
ObsidianDone = { bold = true, fg = "foam" }
|
ObsidianDone = { bold = true, fg = p.foam }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue