branch: externals/modus-themes commit 7c8d4766e1583a5c6c533ce19c8b130401df984d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update meow sample code to not use bg-char mappings that I removed in 42e1611 --- doc/modus-themes.info | 104 +++++++++++++++++++++++++------------------------- doc/modus-themes.org | 12 +++--- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/doc/modus-themes.info b/doc/modus-themes.info index b6c344484f..90ca758f2b 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -4128,13 +4128,13 @@ styles to use. The following is but a basic attempt to get started. (modus-themes-with-colors (custom-set-faces ;; FIXME: What is a "region cursor" and should it differ from the position highlights below? - `(meow-region-cursor-1 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-0))) - `(meow-region-cursor-2 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-1))) - `(meow-region-cursor-3 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-2))) + `(meow-region-cursor-1 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-region-cursor-2 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-region-cursor-3 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) - `(meow-position-highlight-number-1 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-0))) - `(meow-position-highlight-number-2 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-1))) - `(meow-position-highlight-number-3 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-2)))))) + `(meow-position-highlight-number-1 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-position-highlight-number-2 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-position-highlight-number-3 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft))))))) (add-hook 'enable-theme-functions #'my-modus-themes-custom-faces) @@ -6674,52 +6674,52 @@ Node: DIY Use more spacious margins or padding in Emacs frames169770 Node: DIY Custom hl-todo colors174027 Node: DIY Add support for solaire-mode175844 Node: DIY Add support for meow-mode178950 -Node: DIY Add support for combobulate180730 -Node: DIY Use a hook at the post-load-theme phase184353 -Node: DIY A theme-agnostic hook for theme loading186476 -Node: Face coverage189107 -Node: Supported packages189559 -Node: Indirectly covered packages195500 -Node: Notes on individual packages196856 -Node: Note on calendarel weekday and weekend colors197956 -Node: Note on git-gutter in Doom Emacs199104 -Node: Note on php-mode multiline comments201604 -Node: Note on underlines in compilation buffers202364 -Node: Note on inline Latex in Org buffers203236 -Node: Note on dimmerel203846 -Node: Note on display-fill-column-indicator-mode205331 -Node: Note on highlight-parenthesesel206784 -Node: Note on mmm-modeel background colors212865 -Node: Note for prism215219 -Node: Note on company-mode overlay pop-up218441 -Ref: Note on company-mode overlay pop-up-Footnote-1219171 -Ref: Note on company-mode overlay pop-up-Footnote-2219238 -Node: Note on ERC escaped color sequences219293 -Ref: Note on ERC escaped color sequences-Footnote-1220721 -Node: Note on powerline or spaceline220831 -Node: Note on SHR colors221245 -Node: Note on SHR fonts221669 -Node: Note on Ement colors and fonts222356 -Node: Note on pdf-tools link hints223866 -Node: Note on the Notmuch logo226326 -Node: Note on goto-address-mode faces226864 -Node: Frequently Asked Questions227982 -Node: Is the contrast ratio about adjacent colors?228615 -Node: What does it mean to avoid exaggerations?230124 -Node: Why are colors mostly variants of blue magenta cyan?231976 -Node: What is the best setup for legibility?236310 -Node: Are these color schemes?238958 -Node: Port the Modus themes to other platforms?242642 -Node: Contributing245488 -Node: Sources of the themes245887 -Node: Issues you can help with246783 -Node: Patches require copyright assignment to the FSF248176 -Node: Acknowledgements250398 -Node: GNU Free Documentation License254731 -Node: Indices280095 -Node: Function index280274 -Node: Variable index281870 -Node: Concept index285370 +Node: DIY Add support for combobulate180760 +Node: DIY Use a hook at the post-load-theme phase184383 +Node: DIY A theme-agnostic hook for theme loading186506 +Node: Face coverage189137 +Node: Supported packages189589 +Node: Indirectly covered packages195530 +Node: Notes on individual packages196886 +Node: Note on calendarel weekday and weekend colors197986 +Node: Note on git-gutter in Doom Emacs199134 +Node: Note on php-mode multiline comments201634 +Node: Note on underlines in compilation buffers202394 +Node: Note on inline Latex in Org buffers203266 +Node: Note on dimmerel203876 +Node: Note on display-fill-column-indicator-mode205361 +Node: Note on highlight-parenthesesel206814 +Node: Note on mmm-modeel background colors212895 +Node: Note for prism215249 +Node: Note on company-mode overlay pop-up218471 +Ref: Note on company-mode overlay pop-up-Footnote-1219201 +Ref: Note on company-mode overlay pop-up-Footnote-2219268 +Node: Note on ERC escaped color sequences219323 +Ref: Note on ERC escaped color sequences-Footnote-1220751 +Node: Note on powerline or spaceline220861 +Node: Note on SHR colors221275 +Node: Note on SHR fonts221699 +Node: Note on Ement colors and fonts222386 +Node: Note on pdf-tools link hints223896 +Node: Note on the Notmuch logo226356 +Node: Note on goto-address-mode faces226894 +Node: Frequently Asked Questions228012 +Node: Is the contrast ratio about adjacent colors?228645 +Node: What does it mean to avoid exaggerations?230154 +Node: Why are colors mostly variants of blue magenta cyan?232006 +Node: What is the best setup for legibility?236340 +Node: Are these color schemes?238988 +Node: Port the Modus themes to other platforms?242672 +Node: Contributing245518 +Node: Sources of the themes245917 +Node: Issues you can help with246813 +Node: Patches require copyright assignment to the FSF248206 +Node: Acknowledgements250428 +Node: GNU Free Documentation License254761 +Node: Indices280125 +Node: Function index280304 +Node: Variable index281900 +Node: Concept index285400 End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index dbf4621baf..3bf69d5c35 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -3984,13 +3984,13 @@ styles to use. The following is but a basic attempt to get started. (modus-themes-with-colors (custom-set-faces ;; FIXME: What is a "region cursor" and should it differ from the position highlights below? - `(meow-region-cursor-1 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-0))) - `(meow-region-cursor-2 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-1))) - `(meow-region-cursor-3 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-2))) + `(meow-region-cursor-1 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-region-cursor-2 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-region-cursor-3 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) - `(meow-position-highlight-number-1 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-0))) - `(meow-position-highlight-number-2 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-1))) - `(meow-position-highlight-number-3 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-2)))))) + `(meow-position-highlight-number-1 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-position-highlight-number-2 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft)))) + `(meow-position-highlight-number-3 ((,c :inherit (bold modus-themes-search-current modus-themes-reset-soft))))))) (add-hook 'enable-theme-functions #'my-modus-themes-custom-faces) #+end_src