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

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

[nongnu] elpa/moe-theme 0fb2b56a38 183/352: Decrease the lightness of li


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 0fb2b56a38 183/352: Decrease the lightness of linum.
Date: Fri, 7 Jan 2022 03:59:21 -0500 (EST)

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

    Decrease the lightness of linum.
---
 moe-dark-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index ac7d77f64d..de8b5209ab 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 ,white-3 :foreground 
,black-4))))
    `(highlight ((,class (:background ,black-3))))
    `(hl-line ((,class (:background ,black-3))))
    `(region ((,class (:foreground ,black-3 :background ,green-0))))



reply via email to

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