branch: elpa/moe-theme
commit 01055276a55269efa0f7730052eeae8f935ed64d
Merge: e23567dd8a 47c6cf35f7
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    Merge pull request #30 from kuanyui/pr/28
    
    Pr/28
---
 moe-dark-theme.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index ac7d77f64d..8b91390e2d 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -45,8 +45,8 @@ Moe, moe, kyun!")
 
    ;; Highlighting faces
    `(fringe ((,class (:foreground ,black-3 :background ,black-2))))
-   `(linum ((,class (:foreground ,white-1 :background ,black-2))))
-   `(linum-highlight-face ((,class (:background ,white-1 :foreground 
,black-2))))
+   `(linum ((,class (:foreground ,white-3 :background ,black-3))))
+   `(linum-highlight-face ((,class (:background ,green-0 :foreground 
,black-4))))
    `(highlight ((,class (:background ,black-3))))
    `(hl-line ((,class (:background ,black-3))))
    `(region ((,class (:foreground ,black-3 :background ,green-0))))
@@ -58,10 +58,10 @@ Moe, moe, kyun!")
    `(header-line ((,class (:background ,blue-0 :foreground ,black-4 :underline 
nil))))
 
    ;; Mode line & frames' faces
-   `(mode-line ((,class (:box nil :background ,white-0 :foreground ,blue-3))))
-   `(mode-line-inactive ((,class (:box nil :background ,black-3 :foreground 
,white-1))))
-   `(mode-line-buffer-id ((,class (:box nil :foreground ,black-5 :background 
,blue-1 :bold t))))
-   `(vertical-border ((,class (:foreground ,black-2 :background ,black-2))))
+   `(mode-line ((,class (:box nil :background ,blue-01 :foreground ,blue-3))))
+   `(mode-line-inactive ((,class (:box nil :background ,black-2-5 :foreground 
,white-1))))
+   `(mode-line-buffer-id ((,class (:box nil :foreground ,black-5 :background 
nil :bold t))))
+   `(vertical-border ((,class (:foreground ,black-3 :background ,black-3))))
 
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:foreground ,black-3 :background ,green-2))))
@@ -139,9 +139,9 @@ Moe, moe, kyun!")
    `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background 
,red-2))))
    `(org-priority ((,class (:foreground ,red-1 :background ,nil))))
    `(org-block ((,class (:foreground ,blue-1 :background ,black-3))))
-   `(org-block-background ((,class (:foreground nil :background ,black-3))))
+   `(org-block-background ((,class (:foreground nil :background ,black-4))))
    `(org-block-begin-line ((,class (:foreground ,white-0 :background 
,blue-3))))
-   `(org-block-end-line ((,class (:foreground ,black-2-5 :background 
,black-3))))
+   `(org-block-end-line ((,class (:foreground ,black-5 :background ,black-4))))
    `(org-quote ((,class (:foreground ,blue-1 :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))))

Reply via email to