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

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

[nongnu] elpa/moe-theme 91f7e1dc17 190/352: Add "bold".


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 91f7e1dc17 190/352: Add "bold".
Date: Fri, 7 Jan 2022 03:59:23 -0500 (EST)

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

    Add "bold".
---
 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 18a51fbf0f..f209ca59c5 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -56,6 +56,7 @@ Moe, moe, kyun!")
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
    `(header-line ((,class (:background ,blue-0 :foreground ,black-4 :underline 
nil))))
+   `(bold ((,class (:background nil :foreground ,white-0 :bold t))))
 
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-01 :foreground ,blue-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 73090dd060..ef6e419bee 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -55,6 +55,7 @@ Moe, moe, kyun!")
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(show-paren-match ((,class (:background ,blue-00))))
    `(header-line ((,class (:background ,blue-1 :foreground ,white-0 :underline 
t))))
+   `(bold ((,class (:background nil :foreground ,black-6 :bold t))))
 
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-1 :foreground ,white-0))))



reply via email to

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