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

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

[elpa] externals/modus-themes df3e2a80de: Document yet another way to ov


From: ELPA Syncer
Subject: [elpa] externals/modus-themes df3e2a80de: Document yet another way to override Org agenda styles
Date: Mon, 13 Mar 2023 04:58:09 -0400 (EDT)

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

    Document yet another way to override Org agenda styles
---
 doc/modus-themes.info | 162 +++++++++++++++++++++++++++-----------------------
 doc/modus-themes.org  |  18 ++++++
 2 files changed, 107 insertions(+), 73 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index 90097a715e..44cebc7730 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -2157,6 +2157,22 @@ what we show in the other chapters with practical 
stylistic variants.
              (date-weekday fg-main)
              (date-weekend fg-dim)))
 
+   Yet another example that also affects ‘DONE’ and ‘TODO’ keywords:
+
+     ;; Change dates to a set of more subtle combinations.  Deadlines are a
+     ;; shade of magenta, scheduled dates are a shade of green that
+     ;; complements that of the deadlines, weekday headings use the main
+     ;; foreground color while weekends are a shade of gray.  The DONE
+     ;; keyword is a faint blue-gray while TODO is yellow.
+     (setq modus-themes-common-palette-overrides
+           '((date-deadline magenta-warmer)
+             (date-scheduled green-cooler)
+             (date-weekday fg-main)
+             (date-event fg-dim)
+             (date-now blue)
+             (prose-done fg-alt)
+             (prose-todo yellow)))
+
 
 File: modus-themes.info,  Node: Make inline code in prose use alternative 
styles,  Next: Make mail citations and headers more or less colorful,  Prev: 
Make Org agenda more or less colorful,  Up: Stylistic variants using palette 
overrides
 
@@ -5936,79 +5952,79 @@ Node: Make box buttons more or less gray79217
 Node: Make TODO and DONE more or less intense80523
 Node: Make headings more or less colorful82226
 Node: Make Org agenda more or less colorful84626
-Node: Make inline code in prose use alternative styles87358
-Node: Make mail citations and headers more or less colorful89899
-Node: Make the region preserve text colors plus other styles92594
-Node: Make mouse highlights more or less colorful94405
-Node: Make language underlines less colorful95712
-Node: Make line numbers use alternative styles97158
-Node: Make diffs use only a foreground99095
-Node: Make deuteranopia diffs red and blue instead of yellow and blue101866
-Node: More accurate colors in terminal emulators104229
-Node: Range of color with terminal emulators105521
-Node: Preview theme colors108235
-Node: Per-theme customization settings110080
-Node: Get a single color from the palette111426
-Node: Use theme colors in code with modus-themes-with-colors113630
-Node: Do not extend the region background115963
-Node: Add padding to mode line116761
-Node: Remap face with local value119319
-Node: Font configurations for Org and others121742
-Ref: Font configurations for Org and others-Footnote-1124651
-Node: Configure bold and italic faces124838
-Node: Custom Org todo keyword and priority faces128995
-Node: Custom Org emphasis faces132560
-Node: Update Org block delimiter fontification137383
-Node: Measure color contrast139300
-Node: Load theme depending on time of day141998
-Node: Backdrop for pdf-tools143008
-Node: Toggle themes without reloading them145907
-Node: A theme-agnostic hook for theme loading147183
-Node: Custom hl-todo colors149605
-Node: Add support for solaire-mode151130
-Node: Face coverage154041
-Node: Supported packages154493
-Node: Indirectly covered packages159879
-Node: Notes on individual packages161232
-Node: Note on calendarel weekday and weekend colors162332
-Node: Note on git-gutter in Doom Emacs163480
-Node: Note on php-mode multiline comments165824
-Node: Note on underlines in compilation buffers166577
-Node: Note on inline Latex in Org buffers167414
-Node: Note on dimmerel168024
-Node: Note on display-fill-column-indicator-mode169509
-Node: Note on highlight-parenthesesel170908
-Node: Note on mmm-modeel background colors176886
-Node: Note for prism179186
-Node: Note on company-mode overlay pop-up182354
-Ref: Note on company-mode overlay pop-up-Footnote-1183084
-Ref: Note on company-mode overlay pop-up-Footnote-2183151
-Node: Note on ERC escaped color sequences183206
-Ref: Note on ERC escaped color sequences-Footnote-1184634
-Node: Note on powerline or spaceline184744
-Node: Note on SHR colors185158
-Node: Note on SHR fonts185582
-Node: Note on Ement colors and fonts186221
-Node: Note on pdf-tools link hints187731
-Node: Note on the Notmuch logo190191
-Node: Note on goto-address-mode faces190729
-Node: Frequently Asked Questions191841
-Node: Is the contrast ratio about adjacent colors?192472
-Node: What does it mean to avoid exaggerations?193979
-Node: Why are colors mostly variants of blue magenta cyan?195829
-Node: What is the best setup for legibility?200135
-Node: Are these color schemes?202780
-Node: Port the Modus themes to other platforms?206462
-Node: Contributing209234
-Node: Sources of the themes209631
-Node: Issues you can help with210525
-Node: Patches require copyright assignment to the FSF211916
-Node: Acknowledgements214136
-Node: GNU Free Documentation License218067
-Node: Indices243431
-Node: Function index243610
-Node: Variable index244793
-Node: Concept index246692
+Node: Make inline code in prose use alternative styles88086
+Node: Make mail citations and headers more or less colorful90627
+Node: Make the region preserve text colors plus other styles93322
+Node: Make mouse highlights more or less colorful95133
+Node: Make language underlines less colorful96440
+Node: Make line numbers use alternative styles97886
+Node: Make diffs use only a foreground99823
+Node: Make deuteranopia diffs red and blue instead of yellow and blue102594
+Node: More accurate colors in terminal emulators104957
+Node: Range of color with terminal emulators106249
+Node: Preview theme colors108963
+Node: Per-theme customization settings110808
+Node: Get a single color from the palette112154
+Node: Use theme colors in code with modus-themes-with-colors114358
+Node: Do not extend the region background116691
+Node: Add padding to mode line117489
+Node: Remap face with local value120047
+Node: Font configurations for Org and others122470
+Ref: Font configurations for Org and others-Footnote-1125379
+Node: Configure bold and italic faces125566
+Node: Custom Org todo keyword and priority faces129723
+Node: Custom Org emphasis faces133288
+Node: Update Org block delimiter fontification138111
+Node: Measure color contrast140028
+Node: Load theme depending on time of day142726
+Node: Backdrop for pdf-tools143736
+Node: Toggle themes without reloading them146635
+Node: A theme-agnostic hook for theme loading147911
+Node: Custom hl-todo colors150333
+Node: Add support for solaire-mode151858
+Node: Face coverage154769
+Node: Supported packages155221
+Node: Indirectly covered packages160607
+Node: Notes on individual packages161960
+Node: Note on calendarel weekday and weekend colors163060
+Node: Note on git-gutter in Doom Emacs164208
+Node: Note on php-mode multiline comments166552
+Node: Note on underlines in compilation buffers167305
+Node: Note on inline Latex in Org buffers168142
+Node: Note on dimmerel168752
+Node: Note on display-fill-column-indicator-mode170237
+Node: Note on highlight-parenthesesel171636
+Node: Note on mmm-modeel background colors177614
+Node: Note for prism179914
+Node: Note on company-mode overlay pop-up183082
+Ref: Note on company-mode overlay pop-up-Footnote-1183812
+Ref: Note on company-mode overlay pop-up-Footnote-2183879
+Node: Note on ERC escaped color sequences183934
+Ref: Note on ERC escaped color sequences-Footnote-1185362
+Node: Note on powerline or spaceline185472
+Node: Note on SHR colors185886
+Node: Note on SHR fonts186310
+Node: Note on Ement colors and fonts186949
+Node: Note on pdf-tools link hints188459
+Node: Note on the Notmuch logo190919
+Node: Note on goto-address-mode faces191457
+Node: Frequently Asked Questions192569
+Node: Is the contrast ratio about adjacent colors?193200
+Node: What does it mean to avoid exaggerations?194707
+Node: Why are colors mostly variants of blue magenta cyan?196557
+Node: What is the best setup for legibility?200863
+Node: Are these color schemes?203508
+Node: Port the Modus themes to other platforms?207190
+Node: Contributing209962
+Node: Sources of the themes210359
+Node: Issues you can help with211253
+Node: Patches require copyright assignment to the FSF212644
+Node: Acknowledgements214864
+Node: GNU Free Documentation License218795
+Node: Indices244159
+Node: Function index244338
+Node: Variable index245521
+Node: Concept index247420
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index e5fdfc3e02..d592fbeee2 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -1995,6 +1995,24 @@ A third example that makes the agenda more blue:
         (date-weekend fg-dim)))
 #+end_src
 
+Yet another example that also affects =DONE= and =TODO= keywords:
+
+#+begin_src emacs-lisp
+;; Change dates to a set of more subtle combinations.  Deadlines are a
+;; shade of magenta, scheduled dates are a shade of green that
+;; complements that of the deadlines, weekday headings use the main
+;; foreground color while weekends are a shade of gray.  The DONE
+;; keyword is a faint blue-gray while TODO is yellow.
+(setq modus-themes-common-palette-overrides
+      '((date-deadline magenta-warmer)
+        (date-scheduled green-cooler)
+        (date-weekday fg-main)
+        (date-event fg-dim)
+        (date-now blue)
+        (prose-done fg-alt)
+        (prose-todo yellow)))
+#+end_src
+
 *** Make inline code in prose use alternative styles
 :PROPERTIES:
 :CUSTOM_ID: h:bb5b396f-5532-4d52-ab13-149ca24854f1



reply via email to

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