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

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

[nongnu] elpa/moe-theme 171d76b0c6: Add Info-quoted and fixed-pitch-seri


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 171d76b0c6: Add Info-quoted and fixed-pitch-serif
Date: Mon, 9 Jan 2023 23:59:59 -0500 (EST)

branch: elpa/moe-theme
commit 171d76b0c69e42a9d7b62c5c472944951cb2be6c
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    Add Info-quoted and fixed-pitch-serif
---
 moe-dark-theme.el  | 3 +++
 moe-light-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 01f9bd45ae..64ff0e6972 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -137,6 +137,9 @@ Moe, moe, kyun!")
    `(mode-line-buffer-id ((,class (:box nil :foreground ,black-5 :background 
unspecified :bold t))))
    `(vertical-border ((,class (:foreground ,black-3 :background ,black-3))))
 
+   `(fixed-pitch-serif ((,class (:inherit (fixed-pitch)))))
+   `(Info-quoted ((,class (:background ,black-2-5 :foreground ,white-0))))
+
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:foreground ,black-3 :background ,green-2))))
    `(escape-glyph ((,class (:foreground ,yellow-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 4ac3fd837e..7be9e60342 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -137,6 +137,9 @@ Moe, moe, kyun!")
    `(mode-line-buffer-id ((,class (:box nil :foreground ,black-6 :background 
unspecified :bold t))))
    `(vertical-border ((,class (:foreground "#d7d7af" :background "#d7d7af"))))
 
+   `(fixed-pitch-serif ((,class (:inherit (fixed-pitch)))))
+   `(Info-quoted ((,class (:background ,white-2 :foreground ,black-6))))
+
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:foreground ,black-5 :background ,green-2 
:bold nil))))
    `(escape-glyph ((,class (:foreground ,yellow-3))))



reply via email to

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