branch: externals/modus-themes commit fd5800c3954ecd56daaea0e02101d62fa82cbdc9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for hs-ellipsis face (Emacs 31) --- doc/modus-themes.info | 83 ++++++++++++++++++++++++++------------------------- doc/modus-themes.org | 1 + modus-themes.el | 2 ++ 3 files changed, 45 insertions(+), 41 deletions(-) diff --git a/doc/modus-themes.info b/doc/modus-themes.info index 7a9fa2faa0..ef8d2a0362 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -4446,6 +4446,7 @@ have lots of extensions, so the "full support" may not be 100% true… • golden-ratio-scroll-screen • helpful • hexl-mode + • hideshow [ Part of 4.9.0-dev. ] • highlight-numbers • highlight-parentheses (*note Note on highlight-parentheses.el: Note on highlight-parenthesesel.) @@ -6706,47 +6707,47 @@ Node: DIY Use a hook at the post-load-theme phase185142 Node: DIY A theme-agnostic hook for theme loading187345 Node: Face coverage189976 Node: Supported packages190428 -Node: Indirectly covered packages196254 -Node: Notes on individual packages197610 -Node: Note on calendarel weekday and weekend colors198710 -Node: Note on git-gutter in Doom Emacs199858 -Node: Note on php-mode multiline comments202380 -Node: Note on underlines in compilation buffers203140 -Node: Note on inline Latex in Org buffers204012 -Node: Note on dimmerel204622 -Node: Note on display-fill-column-indicator-mode206107 -Node: Note on highlight-parenthesesel207558 -Node: Note on mmm-modeel background colors213657 -Node: Note for prism216009 -Node: Note on company-mode overlay pop-up219221 -Ref: Note on company-mode overlay pop-up-Footnote-1219949 -Ref: Note on company-mode overlay pop-up-Footnote-2220016 -Node: Note on ERC escaped color sequences220071 -Ref: Note on ERC escaped color sequences-Footnote-1221499 -Node: Note on powerline or spaceline221609 -Node: Note on SHR colors222023 -Node: Note on SHR fonts222443 -Node: Note on Ement colors and fonts223130 -Node: Note on pdf-tools link hints224652 -Node: Note on the Notmuch logo227108 -Node: Note on goto-address-mode faces227640 -Node: Frequently Asked Questions228758 -Node: Is the contrast ratio about adjacent colors?229336 -Node: What does it mean to avoid exaggerations?230845 -Node: Why are colors mostly variants of blue, magenta, cyan?232699 -Node: What is the best setup for legibility?237124 -Node: Are these color schemes?239770 -Node: Port the Modus themes to other platforms?243424 -Node: Contributing246314 -Node: Sources of the themes246713 -Node: Issues you can help with247609 -Node: Patches require copyright assignment to the FSF249048 -Node: Acknowledgements251270 -Node: GNU Free Documentation License255644 -Node: Indices280807 -Node: Function index280986 -Node: Variable index282582 -Node: Concept index286082 +Node: Indirectly covered packages196294 +Node: Notes on individual packages197650 +Node: Note on calendarel weekday and weekend colors198750 +Node: Note on git-gutter in Doom Emacs199898 +Node: Note on php-mode multiline comments202420 +Node: Note on underlines in compilation buffers203180 +Node: Note on inline Latex in Org buffers204052 +Node: Note on dimmerel204662 +Node: Note on display-fill-column-indicator-mode206147 +Node: Note on highlight-parenthesesel207598 +Node: Note on mmm-modeel background colors213697 +Node: Note for prism216049 +Node: Note on company-mode overlay pop-up219261 +Ref: Note on company-mode overlay pop-up-Footnote-1219989 +Ref: Note on company-mode overlay pop-up-Footnote-2220056 +Node: Note on ERC escaped color sequences220111 +Ref: Note on ERC escaped color sequences-Footnote-1221539 +Node: Note on powerline or spaceline221649 +Node: Note on SHR colors222063 +Node: Note on SHR fonts222483 +Node: Note on Ement colors and fonts223170 +Node: Note on pdf-tools link hints224692 +Node: Note on the Notmuch logo227148 +Node: Note on goto-address-mode faces227680 +Node: Frequently Asked Questions228798 +Node: Is the contrast ratio about adjacent colors?229376 +Node: What does it mean to avoid exaggerations?230885 +Node: Why are colors mostly variants of blue, magenta, cyan?232739 +Node: What is the best setup for legibility?237164 +Node: Are these color schemes?239810 +Node: Port the Modus themes to other platforms?243464 +Node: Contributing246354 +Node: Sources of the themes246753 +Node: Issues you can help with247649 +Node: Patches require copyright assignment to the FSF249088 +Node: Acknowledgements251310 +Node: GNU Free Documentation License255684 +Node: Indices280847 +Node: Function index281026 +Node: Variable index282622 +Node: Concept index286122 End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index 286f580ebc..6ca6270d2d 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -4265,6 +4265,7 @@ have lots of extensions, so the "full support" may not be 100% true… + golden-ratio-scroll-screen + helpful + hexl-mode ++ hideshow [ Part of {{{development-version}}}. ] + highlight-numbers + highlight-parentheses ([[#h:24bab397-dcb2-421d-aa6e-ec5bd622b913][Note on highlight-parentheses.el]]) + highlight-thing diff --git a/modus-themes.el b/modus-themes.el index 0ea3434cc5..d5a1d6eee8 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2655,6 +2655,8 @@ FG and BG are the main colors." ;;;;; hexl-mode `(hexl-address-region ((,c :foreground ,constant))) `(hexl-ascii-region ((,c :foreground ,variable))) +;;;;; hideshow + `(hs-ellipsis (( ))) ;;;;; highlight region or ad-hoc regexp ;; HACK 2022-06-23: The :inverse-video prevents hl-line-mode from ;; overriding the background. Such an override really defeats the