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

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

[nongnu] elpa/moe-theme 25050fa2ff 281/352: Add Completions ˊ・ω・ˋ


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 25050fa2ff 281/352: Add Completions ˊ・ω・ˋ
Date: Fri, 7 Jan 2022 03:59:38 -0500 (EST)

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

    Add Completions ˊ・ω・ˋ
---
 moe-dark-theme.el  | 5 +++++
 moe-light-theme.el | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index c5bc5dd0d3..0623fa8281 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -92,6 +92,11 @@ Moe, moe, kyun!")
    `(font-lock-variable-name-face ((,class (:foreground ,orange-2))))
    `(font-lock-warning-face ((,class (:weight bold :foreground ,red-2))))
 
+   ;; Completions
+   `(completions-annotations ((,class (:foreground ,green-2))))
+   `(completions-common-part ((,class (:foreground ,black-2-5))))
+   `(completions-first-difference ((,class (:weight bold :foreground 
,orange-2))))
+
    ;; org-mode
    `(org-document-title ((,class (:foreground ,blue-0 :background ,black-5 
:weight bold))))
    `(org-document-info ((,class (:foreground ,blue-1 :background ,black-5 
:weight bold))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index bffcdbdd9c..cc16df8dbe 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -91,6 +91,11 @@ Moe, moe, kyun!")
    `(font-lock-variable-name-face ((,class (:foreground ,orange-2))))
    `(font-lock-warning-face ((,class (:weight bold :foreground ,red-2))))
 
+   ;; Completions
+   `(completions-annotations ((,class (:foreground ,green-3))))
+   `(completions-common-part ((,class (:foreground ,white-3))))
+   `(completions-first-difference ((,class (:weight bold :foreground 
,orange-2))))
+
    ;; org-mode
    `(org-document-title ((,class (:foreground ,blue-3 :background ,LIGHT_BG 
:weight bold))))
    `(org-document-info ((,class (:foreground ,blue-1 :background ,LIGHT_BG 
:weight bold))))



reply via email to

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