adding ep walsh logic

This commit is contained in:
anupam-basu 2024-10-21 22:10:34 -05:00
commit 46b2e6e56f

View file

@ -0,0 +1,12 @@
--- 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" }
}