branch: elpa/moe-theme
commit a14348d95c432a07513e5a95827d9aae1ed08057
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    Improve org-code.
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 8b91390e2d..13fc5d286b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -125,7 +125,7 @@ Moe, moe, kyun!")
    `(org-formula ((,class (:foreground ,purple-2))))
    `(org-headline-done ((,class (:foreground ,green-2))))
    `(org-hide ((,class (:foreground ,black-5))))
-   `(org-code ((,class (:foreground ,blue-1 :background ,black-3))))
+   `(org-code ((,class (:foreground ,blue-1 :background ,black-4))))
    `(org-link ((,class (:foreground ,blue-0 :underline t))))
    `(org-footnote ((,class (:foreground ,magenta-3))))
    `(org-ellipsis ((,class (:foreground ,red-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index d0ee2c7def..73090dd060 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -123,7 +123,7 @@ Moe, moe, kyun!")
    `(org-formula ((,class (:foreground ,purple-2))))
    `(org-headline-done ((,class (:foreground ,green-2))))
    `(org-hide ((,class (:foreground ,LIGHT_BG))))
-   `(org-code ((,class (:foreground ,blue-3 :background ,blue-00))))
+   `(org-code ((,class (:foreground ,blue-3 :background ,white-1))))
    `(org-link ((,class (:foreground ,blue-2 :underline ,blue-2))))
    `(org-footnote ((,class (:foreground ,magenta-3))))
    `(org-ellipsis ((,class (:foreground ,red-2))))
@@ -139,7 +139,7 @@ Moe, moe, kyun!")
    `(org-block ((,class (:foreground ,blue-3 :background ,blue-00))))
    `(org-block-background ((,class (:background ,white-1))))
    `(org-block-begin-line ((,class (:foreground ,blue-3 :background ,blue-0))))
-   `(org-block-end-line ((,class (:foreground ,white-3 :background ,white-1))))
+   `(org-block-end-line ((,class (:foreground ,white-2 :background ,white-1))))
    `(org-quote ((,class (:foreground ,blue-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