From a5f6a462626cf17b7088a2e4476aa724e4b83d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 22 Aug 2022 10:27:33 +0200 Subject: [PATCH] feat(neomutt): set dark/light friendly subject colour --- configs/neomutt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/neomutt.nix b/configs/neomutt.nix index 6969f9d..3291dcd 100644 --- a/configs/neomutt.nix +++ b/configs/neomutt.nix @@ -115,7 +115,7 @@ in { color index red default '.*' color index_flags lightcyan default '.*' color index_author yellow default '.*' - color index_subject white default '.*' + color index_subject default default '.*' # New mail is boldened: color index_author lightyellow default "~N"