From 82112c64c5b0d3b866e82417dd730e0d0d7e1424 Mon Sep 17 00:00:00 2001 From: witcxc Date: Thu, 26 Sep 2024 14:19:28 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20warnings=20for=20helm=20faces=20('nil=20v?= =?UTF-8?q?alue=20is=20invalid,=20use=20=E2=80=98unspecified=E2=80=99=20in?= =?UTF-8?q?stead')=20(#382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zenburn-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zenburn-theme.el b/zenburn-theme.el index c309189..35f88c8 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -838,8 +838,8 @@ Also bind `class' to ((class color) (min-colors 89))." `(helm-time-zone-current ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg)))) `(helm-time-zone-home ((t (:foreground ,zenburn-red :background ,zenburn-bg)))) `(helm-bookmark-addressbook ((t (:foreground ,zenburn-orange :background ,zenburn-bg)))) - `(helm-bookmark-directory ((t (:foreground nil :background nil :inherit helm-ff-directory)))) - `(helm-bookmark-file ((t (:foreground nil :background nil :inherit helm-ff-file)))) + `(helm-bookmark-directory ((t (:foreground unspecified :background unspecified :inherit helm-ff-directory)))) + `(helm-bookmark-file ((t (:foreground unspecified :background unspecified :inherit helm-ff-file)))) `(helm-bookmark-gnus ((t (:foreground ,zenburn-magenta :background ,zenburn-bg)))) `(helm-bookmark-info ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg)))) `(helm-bookmark-man ((t (:foreground ,zenburn-yellow :background ,zenburn-bg)))) @@ -859,7 +859,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(helm-grep-file ((t (:foreground ,zenburn-fg :background ,zenburn-bg)))) `(helm-grep-finish ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg)))) `(helm-grep-lineno ((t (:foreground ,zenburn-fg-1 :background ,zenburn-bg)))) - `(helm-grep-match ((t (:foreground nil :background nil :inherit helm-match)))) + `(helm-grep-match ((t (:foreground unspecified :background unspecified :inherit helm-match)))) `(helm-grep-running ((t (:foreground ,zenburn-red :background ,zenburn-bg)))) `(helm-match ((t (:foreground ,zenburn-orange :background ,zenburn-bg-1 :weight bold)))) `(helm-moccur-buffer ((t (:foreground ,zenburn-cyan :background ,zenburn-bg))))