diff --git a/lua/rose-pine/plugins/obsidian.lua b/lua/rose-pine/plugins/obsidian.lua new file mode 100644 index 0000000..c8fecb4 --- /dev/null +++ b/lua/rose-pine/plugins/obsidian.lua @@ -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" } +}