Add support for olivetti

This commit is contained in:
Protesilaos Stavrou 2022-10-23 11:26:27 +03:00
parent b65dabc06b
commit d784a1591d
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 48 additions and 44 deletions

View file

@ -4710,6 +4710,7 @@ have lots of extensions, so the “full support” may not be 100% true…
• notmuch
• num3-mode
• nxml-mode
• olivetti [Part of 3.0.0-dev.]
• orderless
• org*
• org-journal
@ -6999,50 +7000,50 @@ Node: Custom hl-todo colors187499
Node: Add support for solaire-mode189020
Node: Face coverage191938
Node: Supported packages192390
Node: Indirectly covered packages198966
Node: Notes on individual packages200094
Node: Note on calendarel weekday and weekend colors201238
Node: Note on git-gutter in Doom Emacs202386
Node: Note on php-mode multiline comments204474
Node: Note on underlines in compilation buffers205227
Node: Note on inline Latex in Org buffers206064
Node: Note on dimmerel206674
Node: Note on display-fill-column-indicator-mode208159
Node: Note on highlight-parenthesesel209557
Node: Note on mmm-modeel background colors215607
Node: Note for prism217922
Node: Note for god-mode221078
Node: Note on company-mode overlay pop-up222682
Ref: Note on company-mode overlay pop-up-Footnote-1223372
Ref: Note on company-mode overlay pop-up-Footnote-2223439
Node: Note on ERC escaped color sequences223494
Ref: Note on ERC escaped color sequences-Footnote-1224922
Node: Note on powerline or spaceline225032
Node: Note on SHR colors225446
Node: Note on SHR fonts225870
Node: Note on Ement colors and fonts226503
Node: Note on Helm grep228002
Node: Note on pdf-tools link hints229472
Node: Note on the Notmuch logo231919
Node: Note on goto-address-mode faces232457
Node: Frequently Asked Questions233569
Node: Is the contrast ratio about adjacent colors?234200
Node: What does it mean to avoid exaggerations?235707
Node: Why are colors mostly variants of blue magenta cyan?237536
Node: What is the best setup for legibility?241842
Node: Are these color schemes?244487
Node: Port the Modus themes to other platforms?248207
Node: Contributing250988
Node: Sources of the themes251385
Node: Issues you can help with252084
Node: Patches require copyright assignment to the FSF253656
Node: Acknowledgements255876
Node: Other notes about the project259484
Node: GNU Free Documentation License262482
Node: Indices287859
Node: Function index288038
Node: Variable index289841
Node: Concept index292128
Node: Indirectly covered packages199003
Node: Notes on individual packages200131
Node: Note on calendarel weekday and weekend colors201275
Node: Note on git-gutter in Doom Emacs202423
Node: Note on php-mode multiline comments204511
Node: Note on underlines in compilation buffers205264
Node: Note on inline Latex in Org buffers206101
Node: Note on dimmerel206711
Node: Note on display-fill-column-indicator-mode208196
Node: Note on highlight-parenthesesel209594
Node: Note on mmm-modeel background colors215644
Node: Note for prism217959
Node: Note for god-mode221115
Node: Note on company-mode overlay pop-up222719
Ref: Note on company-mode overlay pop-up-Footnote-1223409
Ref: Note on company-mode overlay pop-up-Footnote-2223476
Node: Note on ERC escaped color sequences223531
Ref: Note on ERC escaped color sequences-Footnote-1224959
Node: Note on powerline or spaceline225069
Node: Note on SHR colors225483
Node: Note on SHR fonts225907
Node: Note on Ement colors and fonts226540
Node: Note on Helm grep228039
Node: Note on pdf-tools link hints229509
Node: Note on the Notmuch logo231956
Node: Note on goto-address-mode faces232494
Node: Frequently Asked Questions233606
Node: Is the contrast ratio about adjacent colors?234237
Node: What does it mean to avoid exaggerations?235744
Node: Why are colors mostly variants of blue magenta cyan?237573
Node: What is the best setup for legibility?241879
Node: Are these color schemes?244524
Node: Port the Modus themes to other platforms?248244
Node: Contributing251025
Node: Sources of the themes251422
Node: Issues you can help with252121
Node: Patches require copyright assignment to the FSF253693
Node: Acknowledgements255913
Node: Other notes about the project259521
Node: GNU Free Documentation License262519
Node: Indices287896
Node: Function index288075
Node: Variable index289878
Node: Concept index292165

End Tag Table

View file

@ -4681,6 +4681,7 @@ have lots of extensions, so the "full support" may not be 100% true…
+ notmuch
+ num3-mode
+ nxml-mode
+ olivetti [Part of {{{development-version}}}.]
+ orderless
+ org*
+ org-journal

View file

@ -6480,6 +6480,8 @@ by virtue of calling either of `modus-themes-load-operandi' and
`(nxml-prolog-keyword ((,class :inherit font-lock-keyword-face)))
`(nxml-ref ((,class :inherit modus-themes-bold :foreground ,fg-special-mild)))
`(rng-error ((,class :inherit error)))
;;;;; olivetti
`(olivetti-fringe (( )))
;;;;; orderless
`(orderless-match-face-0 ((,class :inherit modus-themes-completion-match-0)))
`(orderless-match-face-1 ((,class :inherit modus-themes-completion-match-1)))