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

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

[nongnu] elpa/moe-theme 9ae3fae333 154/352: Improve faces for org's bloc


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 9ae3fae333 154/352: Improve faces for org's block
Date: Fri, 7 Jan 2022 03:59:16 -0500 (EST)

branch: elpa/moe-theme
commit 9ae3fae333cc5cd32b29ed16a852297de3f9e546
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Improve faces for org's block
---
 moe-dark-theme.el  | 8 ++++----
 moe-light-theme.el | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index fdf842aa63..328a631068 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -138,10 +138,10 @@ Moe, moe, kyun!")
    `(org-agenda-done ((,class (:foreground ,green-2 :background nil))))
    `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background 
,red-2))))
    `(org-priority ((,class (:foreground ,red-1 :background ,nil))))
-   `(org-block ((,class (:foreground ,orange-1))))
-   `(org-quote ((,class (:foreground ,orange-1))))
-   `(org-block-begin-line ((,class (:foreground ,orange-2))))
-   `(org-block-end-line ((,class (:foreground ,orange-2))))
+   `(org-block ((,class (:foreground ,blue-1 :background ,black-3))))
+   `(org-quote ((,class (:foreground ,blue-1 :background ,black-3))))
+   `(org-block-begin-line ((,class (:foreground ,white-0 :background 
,blue-1))))
+   `(org-block-end-line ((,class (:foreground ,black-2-5 :background 
,black-3))))
    `(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t))))
    `(org-mode-line-clock-overrun ((,class (:foreground ,white-0 :background 
,red-1 :bold t))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index f250bfa2fb..1e044f52ab 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -137,10 +137,10 @@ Moe, moe, kyun!")
    `(org-agenda-done ((,class (:foreground ,green-3 :background ,nil))))
    `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background 
,red-2))))
    `(org-priority ((,class (:foreground ,red-3 :background ,nil))))
-   `(org-block ((,class (:foreground ,orange-1))))
-   `(org-quote ((,class (:foreground ,orange-1))))
-   `(org-block-begin-line ((,class (:foreground ,orange-2))))
-   `(org-block-end-line ((,class (:foreground ,orange-2))))
+   `(org-block ((,class (:foreground ,blue-3 :background ,blue-00))))
+   `(org-quote ((,class (:foreground ,blue-3 :background ,blue-00))))
+   `(org-block-begin-line ((,class (:foreground ,blue-3 :background ,blue-0))))
+   `(org-block-end-line ((,class (:foreground ,white-3 :background ,blue-00))))
    `(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t))))
    `(org-mode-line-clock-overrun ((,class (:foreground ,white-0 :background 
,red-1 :bold t))))
 



reply via email to

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