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

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

[nongnu] elpa/moe-theme 9dba96a62e 332/352: Support for native line-numb


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 9dba96a62e 332/352: Support for native line-number in Emacs 26.1
Date: Fri, 7 Jan 2022 04:00:02 -0500 (EST)

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

    Support for native line-number in Emacs 26.1
---
 moe-dark-theme.el  | 2 ++
 moe-light-theme.el | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 097f217911..d39c195faf 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -80,7 +80,9 @@ Moe, moe, kyun!")
    ;; Highlighting faces
    `(fringe ((,class (:foreground ,black-1 :background ,black-3))))
    `(linum ((,class (:foreground ,white-3 :background ,black-3))))
+   `(line-number ((,class (:foreground ,white-3 :background ,black-3))))
    `(linum-highlight-face ((,class (:background ,green-0 :foreground 
,black-4))))
+   `(line-number-current-line ((,class (:background ,green-0 :foreground 
,black-4))))
    `(highlight ((,class (:background ,black-3))))
    `(hl-line ((,class (:background ,black-4))))
    `(highlight-symbol-face ((,class (:background ,green-5))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index be5c01c389..a6fce8af59 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -80,7 +80,9 @@ Moe, moe, kyun!")
    ;; Highlighting faces
    `(fringe ((,class (:foreground ,black-1 :background ,linum-light))))
    `(linum ((,class (:foreground ,linum-dark :background ,linum-light))))
+   `(line-number ((,class (:foreground ,linum-dark :background ,linum-light))))
    `(linum-highlight-face ((,class (:background ,linum-dark :foreground 
,linum-light))))
+   `(line-number-current-line ((,class (:background ,linum-dark :foreground 
,linum-light))))
    `(highlight ((,class (:background ,green-0))))
    `(hl-line ((,class (:background ,green-00)))) ; Embedded strings of IM 
(e.g. fcitx) would be very unreadable... orz
    `(highlight-symbol-face ((,class (:background ,green-00))))



reply via email to

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