From 81c08999333c77fd6d328798f15a1fe4c3036363 Mon Sep 17 00:00:00 2001 From: stelo Date: Tue, 11 Mar 2025 18:23:39 -0700 Subject: [PATCH] feat: extends DapUIType fg to iris --- lua/rose-pine.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 85f9aac..24fa5da 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -722,6 +722,7 @@ local function set_highlights() DapUIThread = { fg = palette.gold }, DapUIValue = { fg = palette.text }, DapUIVariable = { fg = palette.text }, + DapUIType = { fg = palette.iris }, DapUIWatchesEmpty = { fg = palette.love }, DapUIWatchesError = { link = "DapUIWatchesEmpty" }, DapUIWatchesValue = { link = "DapUIThread" },