From 9c672e111be166b55a17d45b228c75440b40b18f Mon Sep 17 00:00:00 2001 From: Daniel Krizian Date: Tue, 4 Feb 2025 22:17:13 +0000 Subject: [PATCH 1/2] :distant-foreground 'unspecified fixes #124 --- monokai-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monokai-theme.el b/monokai-theme.el index 551b02d..5cf4cfd 100644 --- a/monokai-theme.el +++ b/monokai-theme.el @@ -430,9 +430,9 @@ Also affects 'linum-mode' background." `(highlight ((,monokai-class (:background ,monokai-highlight - :distant-foreground nil)) + :distant-foreground 'unspecified)) (,monokai-256-class (:background ,monokai-256-highlight - :distant-foreground nil)))) + :distant-foreground 'unspecified)))) `(lazy-highlight ((,monokai-class (:inherit highlight From f1e96dc1804d500fcdf77e855bc31b6653ff1890 Mon Sep 17 00:00:00 2001 From: Daniel Krizian Date: Sat, 1 Mar 2025 16:15:57 +0000 Subject: [PATCH 2/2] 'unspecified -> unspecified --- monokai-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monokai-theme.el b/monokai-theme.el index 5cf4cfd..fc19d36 100644 --- a/monokai-theme.el +++ b/monokai-theme.el @@ -430,9 +430,9 @@ Also affects 'linum-mode' background." `(highlight ((,monokai-class (:background ,monokai-highlight - :distant-foreground 'unspecified)) + :distant-foreground unspecified)) (,monokai-256-class (:background ,monokai-256-highlight - :distant-foreground 'unspecified)))) + :distant-foreground unspecified)))) `(lazy-highlight ((,monokai-class (:inherit highlight