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

    fixup! Deprecate all the "mark" faces we define
---
 modus-themes.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index eb10dc6824..6d5c3425c6 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -146,14 +146,6 @@ deficiency (deuteranopia or tritanopia, respectively)."
 ;; groups and to streamline the evaluation of relevant customization
 ;; options.
 
-(dolist (scope '(alt del sel))
-  (custom-declare-face
-   (intern (format "modus-themes-mark-%s" scope))
-   nil (format "Mark of type %s." scope)
-   :package-version '(modus-themes . "4.0.0")
-   :version "30.1"
-   :group 'modus-themes-faces))
-
 (dolist (scope '(note warning error))
   (custom-declare-face
    (intern (format "modus-themes-prominent-%s" scope))

Reply via email to