mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
12 lines
357 B
Lua
12 lines
357 B
Lua
--- Rosé Pine for toggleterm
|
|
--- https://github.com/epwalsh/obsidian.nvim
|
|
---
|
|
--- @usage
|
|
--- local highlights = require("rose-pine.plugins.obsidian")
|
|
--- require("obsidian").setup({ highlights = highlights })
|
|
|
|
return {
|
|
ObsidianBullet = { fg = "muted" },
|
|
ObsidianRefText = { underline = true, fg = "iris" },
|
|
ObsidianDone = { bold = true, fg = "foam" }
|
|
}
|