branch: elpa/apropospriate-theme commit 84ee370da4c19db8051761b1b64bbdc8e1c7dc73 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
set header-line background as unspecified to address emacs 30 warning closes https://github.com/waymondo/apropospriate-theme/pull/42 --- apropospriate-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apropospriate-theme.el b/apropospriate-theme.el index 0e19b90fa3..d99794f558 100644 --- a/apropospriate-theme.el +++ b/apropospriate-theme.el @@ -104,7 +104,7 @@ Set to `1.0' or nil to prevent font size manipulation." `(trailing-whitespace ((,class (:background ,base00+1 :foreground ,yellow)))) `(next-error ((,class (:background ,base01)))) `(secondary-selection ((,class (:background ,base00-1)))) - `(header-line ((,class (:foreground ,purple :background nil)))) + `(header-line ((,class (:foreground ,purple :background unspecified)))) `(auto-dim-other-buffers-face ((,class (:background ,base00+1)))) `(fringe ((,class (:background ,base00 :foreground ,base02)))) `(mistty-fringe-face ((,class (:foreground ,base01))))