summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2020-09-28 16:37:18 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2020-09-28 16:37:18 +0300
commit0528e94edeba560a0d2af07ee63231ae0c9033c5 (patch)
tree617a7c3d88cedd1eb25b565c9fe977a5265959c6
parent5e4b16b75f8b35b813ac5f37ac711918c6a9837d (diff)
Tweak Markdown and Org quote text colour
-rw-r--r--modus-operandi-theme.el4
-rw-r--r--modus-vivendi-theme.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index cd2971a..bf1081e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3240,7 +3240,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(Man-reverse ((,class :inherit modus-theme-subtle-magenta)))
`(Man-underline ((,class :foreground ,cyan :underline t)))
;;;;; markdown-mode
- `(markdown-blockquote-face ((,class :foreground ,fg-special-warm :slant ,modus-theme-slant)))
+ `(markdown-blockquote-face ((,class :foreground ,fg-special-cold :slant ,modus-theme-slant)))
`(markdown-bold-face ((,class :inherit bold)))
`(markdown-code-face ((,class ,@(modus-operandi-theme-mixed-fonts))))
`(markdown-comment-face ((,class :foreground ,fg-alt :slant ,modus-theme-slant)))
@@ -3646,7 +3646,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(org-property-value ((,class ,@(modus-operandi-theme-mixed-fonts)
:foreground ,cyan-alt-other)))
`(org-quote ((,class ,@(modus-operandi-theme-org-block bg-dim)
- :foreground ,fg-special-calm :slant ,modus-theme-slant)))
+ :foreground ,fg-special-cold :slant ,modus-theme-slant)))
`(org-scheduled ((,class :foreground ,fg-special-warm)))
`(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
`(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ad29124..61fd6f5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3240,7 +3240,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(Man-reverse ((,class :inherit modus-theme-subtle-magenta)))
`(Man-underline ((,class :foreground ,cyan :underline t)))
;;;;; markdown-mode
- `(markdown-blockquote-face ((,class :foreground ,fg-special-warm :slant ,modus-theme-slant)))
+ `(markdown-blockquote-face ((,class :foreground ,fg-special-cold :slant ,modus-theme-slant)))
`(markdown-bold-face ((,class :inherit bold)))
`(markdown-code-face ((,class ,@(modus-vivendi-theme-mixed-fonts))))
`(markdown-comment-face ((,class :foreground ,fg-alt :slant ,modus-theme-slant)))
@@ -3646,7 +3646,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(org-property-value ((,class ,@(modus-vivendi-theme-mixed-fonts)
:foreground ,cyan-alt-other)))
`(org-quote ((,class ,@(modus-vivendi-theme-org-block bg-dim)
- :foreground ,fg-special-calm :slant ,modus-theme-slant)))
+ :foreground ,fg-special-cold :slant ,modus-theme-slant)))
`(org-scheduled ((,class :foreground ,fg-special-warm)))
`(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
`(org-scheduled-today ((,class :foreground ,magenta-alt-other)))