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

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

[elpa] externals/modus-themes 114c17568c 4/5: REMOVE explicit support fo


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 114c17568c 4/5: REMOVE explicit support for css-mode
Date: Fri, 30 Jun 2023 03:59:02 -0400 (EDT)

branch: externals/modus-themes
commit 114c17568cb1c7a455fc6982950dd50bb09bfe19
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    REMOVE explicit support for css-mode
    
    Its default faces are decent and they inherit from standard font-lock
    faces that the themes already cover.
---
 doc/modus-themes.info | 4 ++--
 doc/modus-themes.org  | 2 +-
 modus-themes.el       | 3 ---
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 112b10765f..8fdf5835dd 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -3964,7 +3964,6 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • counsel*
    • cperl-mode
    • crontab-mode
-   • css-mode
    • csv-mode
    • ctrlf
    • custom (what you get with ‘M-x customize’)
@@ -4199,6 +4198,7 @@ supported by the themes.
    • bufler
    • counsel-notmuch
    • counsel-org-capture-string
+   • css-mode
    • dashboard (emacs-dashboard)
    • define-word
    • denote
@@ -6224,7 +6224,7 @@ Node: Custom hl-todo colors160552
 Node: Add support for solaire-mode162090
 Node: Face coverage165001
 Node: Supported packages165453
-Node: Indirectly covered packages170983
+Node: Indirectly covered packages170967
 Node: Notes on individual packages172336
 Node: Note on calendarel weekday and weekend colors173436
 Node: Note on git-gutter in Doom Emacs174584
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index ea9a8f4f2b..30aae6a8b7 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -3875,7 +3875,6 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + counsel*
 + cperl-mode
 + crontab-mode
-+ css-mode
 + csv-mode
 + ctrlf
 + custom (what you get with {{{kbd(M-x customize)}}})
@@ -4109,6 +4108,7 @@ supported by the themes.
 + bufler
 + counsel-notmuch
 + counsel-org-capture-string
++ css-mode
 + dashboard (emacs-dashboard)
 + define-word
 + denote
diff --git a/modus-themes.el b/modus-themes.el
index cac7de8bcc..0c3db854a2 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2111,9 +2111,6 @@ FG and BG are the main colors."
     `(crontab-month ((,c :foreground ,constant)))
     `(crontab-week-day ((,c :foreground ,variable)))
     `(crontab-predefined ((,c :foreground ,string)))
-;;;;; css-mode
-    `(css-property ((,c :inherit font-lock-type-face)))
-    `(css-selector ((,c :inherit font-lock-keyword-face)))
 ;;;;; csv-mode
     `(csv-separator-face ((,c :foreground ,red-intense)))
 ;;;;; ctrlf



reply via email to

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