[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading st
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords |
Date: |
Wed, 29 Apr 2020 21:40:14 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit 23889e0e6bdcfcbbccaa53f595bdc2cf7d133356
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Section heading style for Org priorities, keywords
This adds missing support for the new customisation option that was
introduced in commit e7a5f9a.
---
modus-operandi-theme.el | 5 +++--
modus-vivendi-theme.el | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ed28477..c2ada4a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2472,14 +2472,15 @@ AMOUNT is a customisation option."
`(org-meta-line ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
`(org-mode-line-clock ((,class (:background ,bg-main :foreground
,fg-main))))
`(org-mode-line-clock-overrun ((,class (:inherit modus-theme-active-red))))
- `(org-priority ((,class (:foreground ,magenta))))
+ `(org-priority ((,class (,@(modus-operandi-theme-org-todo-block
blue-nuanced-bg blue-nuanced magenta)
+ ,@(modus-operandi-theme-heading-foreground magenta
blue-alt)))))
`(org-quote ((,class (,@(modus-operandi-theme-org-src-block bg-dim bg-main)
:foreground ,fg-special-cold :slant
,modus-theme-slant))))
`(org-scheduled ((,class (:foreground ,fg-special-cold))))
`(org-scheduled-previously ((,class (:foreground ,fg-special-warm))))
`(org-scheduled-today ((,class (:foreground ,yellow-alt-other))))
`(org-sexp-date ((,class (:inherit org-date))))
- `(org-special-keyword ((,class (:foreground ,cyan-alt))))
+ `(org-special-keyword ((,class (,@(modus-operandi-theme-org-todo-block
cyan-nuanced-bg cyan-nuanced cyan-alt)))))
`(org-table ((,class (:foreground ,fg-special-cold))))
`(org-tag ((,class (:foreground ,magenta-nuanced :weight normal))))
`(org-tag-group ((,class (:foreground ,cyan-nuanced :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a49e6a0..76834f8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2472,14 +2472,15 @@ AMOUNT is a customisation option."
`(org-meta-line ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
`(org-mode-line-clock ((,class (:background ,bg-main :foreground
,fg-main))))
`(org-mode-line-clock-overrun ((,class (:inherit modus-theme-active-red))))
- `(org-priority ((,class (:foreground ,magenta))))
+ `(org-priority ((,class (,@(modus-vivendi-theme-org-todo-block
blue-nuanced-bg blue-nuanced magenta)
+ ,@(modus-vivendi-theme-heading-foreground magenta
blue-alt)))))
`(org-quote ((,class (,@(modus-vivendi-theme-org-src-block bg-dim bg-main)
:foreground ,fg-special-cold :slant
,modus-theme-slant))))
`(org-scheduled ((,class (:foreground ,fg-special-cold))))
`(org-scheduled-previously ((,class (:foreground ,fg-special-warm))))
`(org-scheduled-today ((,class (:foreground ,yellow-alt-other))))
`(org-sexp-date ((,class (:inherit org-date))))
- `(org-special-keyword ((,class (:foreground ,cyan-alt))))
+ `(org-special-keyword ((,class (,@(modus-vivendi-theme-org-todo-block
cyan-nuanced-bg cyan-nuanced cyan-alt)))))
`(org-table ((,class (:foreground ,fg-special-cold))))
`(org-tag ((,class (:foreground ,magenta-nuanced :weight normal))))
`(org-tag-group ((,class (:foreground ,cyan-nuanced :weight bold))))
- [elpa] externals/modus-vivendi-theme 0344a1b 101/110: Add support for MAN and WOMAN, (continued)
- [elpa] externals/modus-vivendi-theme 0344a1b 101/110: Add support for MAN and WOMAN, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 37309fb 094/110: Internal: tweak Modus Vivendi "red-active" value, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 3d153f3 098/110: Add support for TUAREG, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ead95c9 106/110: Use bespoke colour for contextually unfocused text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1742916 086/110: Internal: delete trailing whitespace, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 52a247a 087/110: Expand README with table of contents and more docs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 44f75d3 107/110: Internal: refine Modus Operandi main green values, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 29078bd 109/110: Upgrade to version 0.8.0, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RCIRC, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1c605b3 085/110: Internal: improve function of "section headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 277c202 099/110: Review ELFEED faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2101557 105/110: Use less intense foreground for fringe indicators, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d68b1e3 031/110: Major review of SMERGE faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0c4f871 029/110: Major review of EDIFF (superior UI/semantics), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5107407 059/110: Internal: convert two defmacro into defun, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7a7e22c 060/110: Internal: reorganise `defun' initial placement, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page breaks for convenience (the ^L), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1921e3b 088/110: Use web-friendly href for README table of contents, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 48b9df3 083/110: Use optional slanted text for Git commits (Magit), Stefan Monnier, 2020/04/29