emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 34ab5300f2 1/3: Fix `:background-mode' proper


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 34ab5300f2 1/3: Fix `:background-mode' property for ef-rosa and ef-melissa-dark
Date: Mon, 9 Sep 2024 03:58:21 -0400 (EDT)

branch: externals/ef-themes
commit 34ab5300f2c72dcad5a0a0f1b4fd6f86cd3f2c2e
Author: Pedro Cunha <apcunha@pm.me>
Commit: Pedro Cunha <apcunha@pm.me>

    Fix `:background-mode' property for ef-rosa and ef-melissa-dark
    
    Themes ef-rosa and ef-melissa-dark had a mismatched `:background-mode`
    property set to `'light` -- they're actually dark themes.
---
 ef-melissa-dark-theme.el | 2 +-
 ef-rosa-theme.el         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-melissa-dark-theme.el b/ef-melissa-dark-theme.el
index ca0a3f7de9..280604c9f8 100644
--- a/ef-melissa-dark-theme.el
+++ b/ef-melissa-dark-theme.el
@@ -39,7 +39,7 @@
 ;;;###theme-autoload
   (deftheme ef-melissa-dark
     "Legible dark theme with warm colors (yellow, red, green, cyan)."
-    :background-mode 'light
+    :background-mode 'dark
     :kind 'color-scheme
     :family 'ef)
 
diff --git a/ef-rosa-theme.el b/ef-rosa-theme.el
index 8586fbe3b4..2a1055440e 100644
--- a/ef-rosa-theme.el
+++ b/ef-rosa-theme.el
@@ -39,7 +39,7 @@
 ;;;###theme-autoload
   (deftheme ef-rosa
     "Legible dark theme with magenta and green colors."
-    :background-mode 'light
+    :background-mode 'dark
     :kind 'color-scheme
     :family 'ef)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]