From 16ca5c1a90cebc520ff27be0d88214a9caaa730c Mon Sep 17 00:00:00 2001 From: anupam-basu Date: Mon, 21 Oct 2024 23:38:58 -0500 Subject: [PATCH] migrating code to rose-pine.lua --- lua/rose-pine.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 65020f9..b285105 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -553,6 +553,12 @@ local function set_highlights() IblScope = { fg = palette.foam }, IblWhitespace = { fg = palette.overlay }, + + -- epwalsh/obsidian.nvim + ObsidianBullet = { fg = palette.muted }, + ObsidianRefText = { underline = true, fg = palette.iris }, + ObsidianDone = { bold = true, fg = palette.foam }, + -- hrsh7th/nvim-cmp CmpItemAbbr = { fg = palette.subtle }, CmpItemAbbrDeprecated = { fg = palette.subtle, strikethrough = true },