mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
adding highlight group property
This commit is contained in:
parent
46b2e6e56f
commit
e406922e34
1 changed files with 5 additions and 3 deletions
|
|
@ -6,7 +6,9 @@
|
|||
--- require("obsidian").setup({ highlights = highlights })
|
||||
|
||||
return {
|
||||
ObsidianBullet = { fg = "muted" },
|
||||
ObsidianRefText = { underline = true, fg = "iris" },
|
||||
ObsidianDone = { bold = true, fg = "foam" }
|
||||
hl_groups = {
|
||||
ObsidianBullet = { fg = "muted" },
|
||||
ObsidianRefText = { underline = true, fg = "iris" },
|
||||
ObsidianDone = { bold = true, fg = "foam" }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue