branch: elpa/moe-theme commit c2f6c12dbc6e06706be4fd0752e4174fa5f6c5c2 Author: Jonne Mickelin <jo...@ljhms.se> Commit: クエン酸 <azazabc...@gmail.com>
fix: Change remaining uses of :background nil to unspecified This was previously addressed in d818976e97aaedaf75274afd07485d42aaca6de0, but three uses were missed by accident. --- moe-dark-theme.el | 2 +- moe-light-theme.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/moe-dark-theme.el b/moe-dark-theme.el index f5ff974133..c572d5a6a5 100644 --- a/moe-dark-theme.el +++ b/moe-dark-theme.el @@ -201,7 +201,7 @@ Moe, moe, kyun!") `(org-agenda-todo ((,class (:foreground ,white-0 :background ,red-2)))) `(org-agenda-done ((,class (:foreground ,green-2 :background unspecified)))) `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background ,red-2)))) - `(org-priority ((,class (:foreground ,red-1 :background ,nil)))) + `(org-priority ((,class (:foreground ,red-1 :background unspecified)))) `(org-block ((,class (:foreground ,blue-1 :background ,black-4)))) `(org-block-background ((,class (:foreground unspecified :background ,black-4)))) `(org-block-begin-line ((,class (:foreground ,white-0 :background ,blue-3)))) diff --git a/moe-light-theme.el b/moe-light-theme.el index 52aa4d049c..375bc18f02 100644 --- a/moe-light-theme.el +++ b/moe-light-theme.el @@ -198,9 +198,9 @@ Moe, moe, kyun!") `(org-agenda-date-today ((,class (:foreground ,blue-2 :background ,blue-000 :weight bold :underline t)))) `(org-agenda-column-dateline ((,class (:foreground ,white-0 :background ,yellow-0 :underline t)))) `(org-agenda-todo ((,class (:foreground ,white-0 :background ,red-2)))) - `(org-agenda-done ((,class (:foreground ,green-3 :background ,nil)))) + `(org-agenda-done ((,class (:foreground ,green-3 :background unspecified)))) `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background ,red-2)))) - `(org-priority ((,class (:foreground ,red-3 :background ,nil)))) + `(org-priority ((,class (:foreground ,red-3 :background unspecified)))) `(org-block ((,class (:foreground ,blue-3 :background ,blue-00)))) `(org-block-background ((,class (:background ,white-1)))) `(org-block-begin-line ((,class (:foreground ,blue-3 :background ,blue-0))))