From 37f9ba22c7e5554d8330f5f2d8dc0f5d1e454b0a Mon Sep 17 00:00:00 2001
From: Daniel Lundin <dln@arity.se>
Date: Sun, 21 Jul 2024 15:29:58 +0200
Subject: [PATCH] Noice: use italics for mini messages

---
 lua/dieter/init.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lua/dieter/init.lua b/lua/dieter/init.lua
index 19ff5d1..bcfbf98 100644
--- a/lua/dieter/init.lua
+++ b/lua/dieter/init.lua
@@ -136,6 +136,8 @@ local theme = {
 	NormalFloat = { bg = c.dialog_bg },
 	Title = { fg = c.foreground, bold = true },
 
+	NoiceMini = { fg = c.foreground, italic = true },
+
 	TelescopeNormal = { fg = c.foreground, bg = c.background },
 	TelescopeBorder = { bold = true },
 	TelescopeSelection = { reverse = true },