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

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

[elpa] externals/modus-themes c2cb0404c3 4/4: Replace deprecate colour i


From: ELPA Syncer
Subject: [elpa] externals/modus-themes c2cb0404c3 4/4: Replace deprecate colour in the manual's entry about solaire
Date: Sun, 8 Sep 2024 00:59:13 -0400 (EDT)

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

    Replace deprecate colour in the manual's entry about solaire
    
    Thanks to Edgar Vincent for bringing this matter to my attention. This
    was done on the GitLab mirror, issue 316:
    <https://gitlab.com/protesilaos/modus-themes/-/issues/316>.
---
 doc/modus-themes.info | 98 +++++++++++++++++++++++++--------------------------
 doc/modus-themes.org  |  2 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index e37e3fff65..438000d49a 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -3979,7 +3979,7 @@ theme colors in code with modus-themes-with-colors.
        (modus-themes-with-colors
          (custom-set-faces
           `(solaire-default-face ((,c :inherit default :background ,bg-dim 
:foreground ,fg-dim)))
-          `(solaire-line-number-face ((,c :inherit solaire-default-face 
:foreground ,fg-unfocused)))
+          `(solaire-line-number-face ((,c :inherit solaire-default-face 
:foreground ,fg-dim)))
           `(solaire-hl-line-face ((,c :background ,bg-active)))
           `(solaire-org-hide-face ((,c :background ,bg-dim :foreground 
,bg-dim))))))
 
@@ -6576,54 +6576,54 @@ Node: DIY Toggle themes without reloading them157592
 Node: DIY Use more spacious margins or padding in Emacs frames158901
 Node: DIY Custom hl-todo colors163138
 Node: DIY Add support for solaire-mode164955
-Node: DIY Add support for meow-mode168053
-Node: DIY Add support for combobulate169833
-Node: DIY Add support for howm173437
-Node: DIY Use a hook at the post-load-theme phase175507
-Node: DIY A theme-agnostic hook for theme loading177621
-Node: Face coverage180252
-Node: Supported packages180704
-Node: Indirectly covered packages186448
-Node: Notes on individual packages187804
-Node: Note on calendarel weekday and weekend colors188904
-Node: Note on git-gutter in Doom Emacs190052
-Node: Note on php-mode multiline comments192552
-Node: Note on underlines in compilation buffers193312
-Node: Note on inline Latex in Org buffers194184
-Node: Note on dimmerel194794
-Node: Note on display-fill-column-indicator-mode196279
-Node: Note on highlight-parenthesesel197730
-Node: Note on mmm-modeel background colors203807
-Node: Note for prism206159
-Node: Note on company-mode overlay pop-up209371
-Ref: Note on company-mode overlay pop-up-Footnote-1210099
-Ref: Note on company-mode overlay pop-up-Footnote-2210166
-Node: Note on ERC escaped color sequences210221
-Ref: Note on ERC escaped color sequences-Footnote-1211649
-Node: Note on powerline or spaceline211759
-Node: Note on SHR colors212173
-Node: Note on SHR fonts212593
-Node: Note on Ement colors and fonts213280
-Node: Note on pdf-tools link hints214784
-Node: Note on the Notmuch logo217240
-Node: Note on goto-address-mode faces217772
-Node: Frequently Asked Questions218890
-Node: Is the contrast ratio about adjacent colors?219521
-Node: What does it mean to avoid exaggerations?221030
-Node: Why are colors mostly variants of blue magenta cyan?222880
-Node: What is the best setup for legibility?227214
-Node: Are these color schemes?229856
-Node: Port the Modus themes to other platforms?233510
-Node: Contributing236344
-Node: Sources of the themes236743
-Node: Issues you can help with237639
-Node: Patches require copyright assignment to the FSF239031
-Node: Acknowledgements241253
-Node: GNU Free Documentation License245532
-Node: Indices270695
-Node: Function index270874
-Node: Variable index272172
-Node: Concept index275523
+Node: DIY Add support for meow-mode168047
+Node: DIY Add support for combobulate169827
+Node: DIY Add support for howm173431
+Node: DIY Use a hook at the post-load-theme phase175501
+Node: DIY A theme-agnostic hook for theme loading177615
+Node: Face coverage180246
+Node: Supported packages180698
+Node: Indirectly covered packages186442
+Node: Notes on individual packages187798
+Node: Note on calendarel weekday and weekend colors188898
+Node: Note on git-gutter in Doom Emacs190046
+Node: Note on php-mode multiline comments192546
+Node: Note on underlines in compilation buffers193306
+Node: Note on inline Latex in Org buffers194178
+Node: Note on dimmerel194788
+Node: Note on display-fill-column-indicator-mode196273
+Node: Note on highlight-parenthesesel197724
+Node: Note on mmm-modeel background colors203801
+Node: Note for prism206153
+Node: Note on company-mode overlay pop-up209365
+Ref: Note on company-mode overlay pop-up-Footnote-1210093
+Ref: Note on company-mode overlay pop-up-Footnote-2210160
+Node: Note on ERC escaped color sequences210215
+Ref: Note on ERC escaped color sequences-Footnote-1211643
+Node: Note on powerline or spaceline211753
+Node: Note on SHR colors212167
+Node: Note on SHR fonts212587
+Node: Note on Ement colors and fonts213274
+Node: Note on pdf-tools link hints214778
+Node: Note on the Notmuch logo217234
+Node: Note on goto-address-mode faces217766
+Node: Frequently Asked Questions218884
+Node: Is the contrast ratio about adjacent colors?219515
+Node: What does it mean to avoid exaggerations?221024
+Node: Why are colors mostly variants of blue magenta cyan?222874
+Node: What is the best setup for legibility?227208
+Node: Are these color schemes?229850
+Node: Port the Modus themes to other platforms?233504
+Node: Contributing236338
+Node: Sources of the themes236737
+Node: Issues you can help with237633
+Node: Patches require copyright assignment to the FSF239025
+Node: Acknowledgements241247
+Node: GNU Free Documentation License245526
+Node: Indices270689
+Node: Function index270868
+Node: Variable index272166
+Node: Concept index275517
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 859ca269a6..555f489ec9 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -3837,7 +3837,7 @@ on what we cover at length elsewhere in this manual:
   (modus-themes-with-colors
     (custom-set-faces
      `(solaire-default-face ((,c :inherit default :background ,bg-dim 
:foreground ,fg-dim)))
-     `(solaire-line-number-face ((,c :inherit solaire-default-face :foreground 
,fg-unfocused)))
+     `(solaire-line-number-face ((,c :inherit solaire-default-face :foreground 
,fg-dim)))
      `(solaire-hl-line-face ((,c :background ,bg-active)))
      `(solaire-org-hide-face ((,c :background ,bg-dim :foreground ,bg-dim))))))
 



reply via email to

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