mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Updating epqalsh export highlight
This commit is contained in:
parent
e406922e34
commit
3d65c447cb
1 changed files with 3 additions and 5 deletions
|
|
@ -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" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue