Updating epqalsh export highlight

This commit is contained in:
anupam-basu 2024-10-21 23:11:21 -05:00
commit 3d65c447cb

View file

@ -6,9 +6,7 @@
--- require("obsidian").setup({ highlights = highlights })
return {
hl_groups = {
ObsidianBullet = { fg = "muted" },
ObsidianRefText = { underline = true, fg = "iris" },
ObsidianDone = { bold = true, fg = "foam" }
}
ObsidianBullet = { fg = "muted" },
ObsidianRefText = { underline = true, fg = "iris" },
ObsidianDone = { bold = true, fg = "foam" }
}