]> git.eshelyaron.com Git - emacs.git/commit
Avoid face attribute warnings in themes
authorMattias Engdegård <mattiase@acm.org>
Sun, 30 Jul 2023 16:42:13 +0000 (18:42 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 30 Jul 2023 16:46:13 +0000 (18:46 +0200)
commit1f3995f65a065a28e108653128b31a2fb7eeb01c
tree3ed214b2deb1f2611fcf57d8c30181d41bd7a7a9
parent5f5d668ac7917d61e9366fe0c3efd7b542671c3d
Avoid face attribute warnings in themes

* etc/themes/deeper-blue-theme.el (class):
* etc/themes/leuven-dark-theme.el (class):
* etc/themes/leuven-theme.el (class):
* etc/themes/manoj-dark-theme.el (manoj-dark):
* etc/themes/whiteboard-theme.el (class):
Use `unspecified` instead of `nil` as attribute for :background and
:foreground to silence HANDLE_INVALID_NIL_VALUE warning.
etc/themes/deeper-blue-theme.el
etc/themes/leuven-dark-theme.el
etc/themes/leuven-theme.el
etc/themes/manoj-dark-theme.el
etc/themes/whiteboard-theme.el