branch: externals/modus-themes
commit fce1a5e835c70cf193e9556528d60e56358ab119
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove the declaration of faces that are already obsolete
---
 modus-themes.el | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 4ebcb3a1b7..eb10dc6824 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -146,22 +146,6 @@ deficiency (deuteranopia or tritanopia, respectively)."
 ;; groups and to streamline the evaluation of relevant customization
 ;; options.
 
-(dolist (color '(red green yellow blue magenta cyan))
-  (custom-declare-face
-   (intern (format "modus-themes-subtle-%s" color))
-   nil (format "Subtle %s background." color)
-   :package-version '(modus-themes . "4.0.0")
-   :version "30.1"
-   :group 'modus-themes-faces))
-
-(dolist (color '(red green yellow blue magenta cyan))
-  (custom-declare-face
-   (intern (format "modus-themes-intense-%s" color))
-   nil (format "Intense %s background." color)
-   :package-version '(modus-themes . "4.0.0")
-   :version "30.1"
-   :group 'modus-themes-faces))
-
 (dolist (scope '(alt del sel))
   (custom-declare-face
    (intern (format "modus-themes-mark-%s" scope))

Reply via email to