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

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

[nongnu] elpa/moe-theme f7d5575011 320/352: Fix forgotten shit


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme f7d5575011 320/352: Fix forgotten shit
Date: Fri, 7 Jan 2022 04:00:01 -0500 (EST)

branch: elpa/moe-theme
commit f7d55750114d19b1963ef9faf4a9229a1ce36ab2
Author: onohiroko <azazabc123@gmail.com>
Commit: onohiroko <azazabc123@gmail.com>

    Fix forgotten shit
---
 moe-dark-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 42e0d906d1..2feee41561 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -72,9 +72,9 @@ Moe, moe, kyun!")
    `(font-lock-variable-name-face        ((,class (:foreground 
,moe-dark-variable-name            ))))
    `(font-lock-warning-face              ((,class (:foreground 
,moe-dark-warning               :weight bold ))))
    ;; Ensure sufficient contrast on low-color terminals.
-   `(default ((((class color) (min-colors 4096)) (:foreground ,white-1 
:background ,black-5))
-             (((class color) (min-colors 256)) (:foreground ,white-1 
:background ,black-5))
-             (,class (:foreground ,white-1 :background ,black-5))))
+   `(default ((((class color) (min-colors 4096)) (:foreground ,moe-dark-fg 
:background ,moe-dark-bg))
+             (((class color) (min-colors 256)) (:foreground ,moe-dark-fg 
:background ,moe-dark-bg))
+             (,class (:foreground ,moe-dark-fg :background ,moe-dark-bg))))
    `(cursor ((,class (:background ,white-0))))
 
    ;; Highlighting faces



reply via email to

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