Reword two statements in the manual

This commit is contained in:
Protesilaos 2026-08-19 23:03:37 +03:00
parent 8ebcedea65
commit 75ad377135
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 59 additions and 59 deletions

View file

@ -4162,7 +4162,7 @@ entirely custom list of face definitions and customization options.
This mirrors the style of modus-themes-faces and
modus-themes-custom-variables, as already noted. For example, the
standard-themes have a pseudo-3D style for their active mode line.
They are declared in this way:
They are declared this way:
(modus-themes-theme
'standard-dark
@ -4182,9 +4182,9 @@ of face definitions like this:
'(
`(mode-line ((,c :box (:style released-button :color ,border-mode-line-active))))))
Custom faces passed in this way can still define their semantic
palette mappings, as illustrated herein where border-mode-line-active
corresponds to some named color in the palette of the active theme.
Custom faces can still rely on semantic palette mappings, as
illustrated herein where border-mode-line-active corresponds to some
named color in the palette of the active theme.
* Menu:
@ -7460,57 +7460,57 @@ Node: DIY Add support for combobulate173474
Node: DIY Use a hook at the post-load-theme phase177097
Node: DIY A theme-agnostic hook for theme loading179444
Node: Build on top of the Modus themes182071
Node: Complete example of a Modus derivative theme188335
Node: Complete example of a package that is derived from Modus189493
Node: Complete example of a private theme derived from Modus192640
Node: Complete example of a custom theme with its own palette194415
Node: Complete example that also uses modus-themes-generate-palette199172
Node: Determine what counts as a Modus theme216115
Node: Create convenience commands to load a derivative theme219556
Node: Arrange to activate your derivative themes221895
Node: Face coverage223982
Node: Supported packages224446
Node: Indirectly covered packages230436
Node: Notes on individual packages231794
Node: Note on calendarel weekday and weekend colors232896
Node: Note on git-gutter in Doom Emacs234046
Node: Note on php-mode multiline comments236568
Node: Note on underlines in compilation buffers237330
Node: Note on inline Latex in Org buffers238204
Node: Note on dimmerel238815
Node: Note on display-fill-column-indicator-mode240300
Node: Note on highlight-parenthesesel241751
Node: Note on mmm-modeel background colors247830
Node: Note for prism250181
Node: Note on company-mode overlay pop-up253392
Ref: Note on company-mode overlay pop-up-Footnote-1254122
Ref: Note on company-mode overlay pop-up-Footnote-2254189
Node: Note on ERC escaped color sequences254244
Ref: Note on ERC escaped color sequences-Footnote-1255672
Node: Note on powerline or spaceline255782
Node: Note on SHR colors256198
Node: Note on SHR fonts256619
Node: Note on Ement colors and fonts257308
Node: Note on pdf-tools link hints258828
Node: Note on the Notmuch logo261286
Node: Note on goto-address-mode faces261820
Node: Frequently Asked Questions262940
Node: Is the contrast ratio about adjacent colors?263570
Node: What does it mean to avoid exaggerations?265075
Node: Why are colors mostly variants of blue magenta cyan?266925
Node: What is the best setup for legibility?271337
Node: Are these color schemes?273978
Node: Port the Modus themes to other platforms?277621
Node: Contributing280511
Node: Sources of the themes280910
Node: Issues you can help with281651
Node: Patches require copyright assignment to the FSF282973
Node: Acknowledgements285187
Node: GNU Free Documentation License290102
Node: Indices315265
Node: Function index315444
Node: Variable index320053
Node: Concept index324630
Node: Complete example of a Modus derivative theme188308
Node: Complete example of a package that is derived from Modus189466
Node: Complete example of a private theme derived from Modus192613
Node: Complete example of a custom theme with its own palette194388
Node: Complete example that also uses modus-themes-generate-palette199145
Node: Determine what counts as a Modus theme216088
Node: Create convenience commands to load a derivative theme219529
Node: Arrange to activate your derivative themes221868
Node: Face coverage223955
Node: Supported packages224419
Node: Indirectly covered packages230409
Node: Notes on individual packages231767
Node: Note on calendarel weekday and weekend colors232869
Node: Note on git-gutter in Doom Emacs234019
Node: Note on php-mode multiline comments236541
Node: Note on underlines in compilation buffers237303
Node: Note on inline Latex in Org buffers238177
Node: Note on dimmerel238788
Node: Note on display-fill-column-indicator-mode240273
Node: Note on highlight-parenthesesel241724
Node: Note on mmm-modeel background colors247803
Node: Note for prism250154
Node: Note on company-mode overlay pop-up253365
Ref: Note on company-mode overlay pop-up-Footnote-1254095
Ref: Note on company-mode overlay pop-up-Footnote-2254162
Node: Note on ERC escaped color sequences254217
Ref: Note on ERC escaped color sequences-Footnote-1255645
Node: Note on powerline or spaceline255755
Node: Note on SHR colors256171
Node: Note on SHR fonts256592
Node: Note on Ement colors and fonts257281
Node: Note on pdf-tools link hints258801
Node: Note on the Notmuch logo261259
Node: Note on goto-address-mode faces261793
Node: Frequently Asked Questions262913
Node: Is the contrast ratio about adjacent colors?263543
Node: What does it mean to avoid exaggerations?265048
Node: Why are colors mostly variants of blue magenta cyan?266898
Node: What is the best setup for legibility?271310
Node: Are these color schemes?273951
Node: Port the Modus themes to other platforms?277594
Node: Contributing280484
Node: Sources of the themes280883
Node: Issues you can help with281624
Node: Patches require copyright assignment to the FSF282946
Node: Acknowledgements285160
Node: GNU Free Documentation License290075
Node: Indices315238
Node: Function index315417
Node: Variable index320026
Node: Concept index324603

End Tag Table

View file

@ -3961,7 +3961,7 @@ entirely custom list of face definitions and customization options.
This mirrors the style of ~modus-themes-faces~ and
~modus-themes-custom-variables~, as already noted. For example, the
~standard-themes~ have a pseudo-3D style for their active mode line.
They are declared in this way:
They are declared this way:
#+begin_src emacs-lisp
(modus-themes-theme
@ -3985,9 +3985,9 @@ face definitions like this:
`(mode-line ((,c :box (:style released-button :color ,border-mode-line-active))))))
#+end_src
Custom faces passed in this way can still define their semantic
palette mappings, as illustrated herein where ~border-mode-line-active~
corresponds to some named color in the palette of the active theme.
Custom faces can still rely on semantic palette mappings, as
illustrated herein where ~border-mode-line-active~ corresponds to some
named color in the palette of the active theme.
** Complete example of a Modus derivative theme
:PROPERTIES: