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

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

[nongnu] elpa/moe-theme 856cd4f4fb 207/352: Add highlight-symbol-face


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 856cd4f4fb 207/352: Add highlight-symbol-face
Date: Fri, 7 Jan 2022 03:59:24 -0500 (EST)

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

    Add highlight-symbol-face
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 55f0aec839..d6b6da3238 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -49,6 +49,7 @@ Moe, moe, kyun!")
    `(linum-highlight-face ((,class (:background ,green-0 :foreground 
,black-4))))
    `(highlight ((,class (:background ,black-3))))
    `(hl-line ((,class (:background ,black-3))))
+   `(highlight-symbol-face ((,class (:background ,black-3))))
    `(region ((,class (:foreground ,black-3 :background ,green-0))))
    `(secondary-selection ((,class (:background ,blue-3 :foreground ,white-0))))
    `(isearch ((,class (:foreground ,white-1 :background ,orange-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index b92a9e22d1..40bbfaa666 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -48,6 +48,7 @@ Moe, moe, kyun!")
    `(linum-highlight-face ((,class (:background "#87875f" :foreground 
"#d7d7af"))))
    `(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))))
    `(region ((,class (:foreground ,white-0 :background ,blue-1))))
    `(secondary-selection ((,class (:background ,blue-3 :foreground ,white-0))))
    `(isearch ((,class (:foreground ,white-0 :background ,orange-3))))



reply via email to

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