Noice: use italics for mini messages

This commit is contained in:
Daniel Lundin 2024-07-21 15:29:58 +02:00
parent 43aef2aecd
commit 37f9ba22c7
Signed by: dln
SSH key fingerprint: SHA256:0H/IZ+MKD7h7/8vY+3lUvUwBCXze+y+5bD7hd4fXHTs

View file

@ -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 },