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

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

[nongnu] elpa/moe-theme a99afddb3e 107/352: Add support for ido-mode


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme a99afddb3e 107/352: Add support for ido-mode
Date: Fri, 7 Jan 2022 03:59:10 -0500 (EST)

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

    Add support for ido-mode
---
 moe-dark-theme.el  | 11 ++++++++++-
 moe-light-theme.el | 12 ++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 6ef2443027..8b65e0194e 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -142,6 +142,7 @@ Moe, moe, kyun!")
    `(org-block-end-line ((,class (:foreground ,orange-2))))
    `(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t))))
    `(org-mode-line-clock-overrun ((,class (:foreground ,white-0 :background 
,red-1 :bold t))))
+
    ;; outline
    `(outline-1 ((,class (:bold t :foreground ,blue-1))))
    `(outline-2 ((,class (:bold t :foreground ,green-2))))
@@ -182,7 +183,7 @@ Moe, moe, kyun!")
    `(markdown-url-face ((,class (:foreground ,magenta-3 :underline 
,magenta-3))))
 
    ;; Twittering-mode
-   `(twittering-username-face ((,class (:foreground ,blue-1 :background 
,black-5 :bold t))))
+   `(twittering-username-face ((,class (:foreground ,blue-1 :background 
,black-4 :bold t :underline t))))
    `(twittering-uri-face ((,class (:foreground ,blue-1 :underline t))))
    `(twittering-timeline-footer-face ((,class (:foreground ,white-3))))
    `(twittering-timeline-header-face ((,class (:foreground ,white-3))))
@@ -514,6 +515,14 @@ Moe, moe, kyun!")
    `(term-color-red ((,class (:background ,red-1 :foreground ,red-1))))
    `(term-color-white ((,class (:background ,white-0 :foreground ,white-0))))
    `(term-color-yellow ((,class (:background ,orange-2 :foreground 
,orange-2))))
+
+   ;; ido-mode
+   `(ido-first-match ((,class (:foreground ,orange-2 :bold t))))
+   `(ido-incomplete-regexp ((,class (:foreground ,red-0 :bold t))))
+   `(ido-indicator ((,class (:foreground ,yellow-4 :background ,orange-00))))
+   `(ido-only-match ((,class (:foreground ,green-2 :background nil))))
+   `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
+   `(ido-virtual ((,class (:foreground ,magenta-3))))
 )
 
   (custom-theme-set-variables
diff --git a/moe-light-theme.el b/moe-light-theme.el
index a746ee6d76..41c3b874c1 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -61,7 +61,7 @@ Moe, moe, kyun!")
    `(vertical-border ((,class (:foreground "#d7d7af" :background "#d7d7af"))))
 
    ;; Escape and prompt faces
-   `(minibuffer-prompt ((,class (:foreground ,black-6 :background ,green-2))))
+   `(minibuffer-prompt ((,class (:foreground ,black-5 :background ,green-2 
:bold nil))))
    `(escape-glyph ((,class (:foreground ,yellow-3))))
    `(error ((,class (:foreground ,red-0))))
    `(warning ((,class (:foreground ,orange-1))))
@@ -182,7 +182,7 @@ Moe, moe, kyun!")
    `(markdown-url-face ((,class (:foreground ,magenta-3 :underline 
,magenta-3))))
 
    ;; Twittering-mode
-   `(twittering-username-face ((,class (:foreground ,blue-3 :background 
,blue-00 :bold t))))
+   `(twittering-username-face ((,class (:foreground ,blue-3 :background 
,blue-00 :bold t :underline t))))
    `(twittering-uri-face ((,class (:foreground ,blue-2 :underline ,blue-2))))
    `(twittering-timeline-footer-face ((,class (:foreground ,black-1 :bold t))))
    `(twittering-timeline-header-face ((,class (:foreground ,black-1 :bold t))))
@@ -514,6 +514,14 @@ Moe, moe, kyun!")
    `(term-color-red ((,class (:background ,red-2 :foreground ,red-2))))
    `(term-color-white ((,class (:background ,white-0 :foreground ,white-0))))
    `(term-color-yellow ((,class (:background ,orange-2 :foreground 
,orange-2))))
+
+   ;; ido-mode
+   `(ido-first-match ((,class (:foreground ,orange-2 :bold t))))
+   `(ido-incomplete-regexp ((,class (:foreground ,red-2 :bold t))))
+   `(ido-indicator ((,class (:foreground ,yellow-4 :background ,orange-00))))
+   `(ido-only-match ((,class (:foreground ,green-4 :background ,green-00 :bold 
t))))
+   `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
+   `(ido-virtual ((,class (:foreground ,magenta-3))))
 )
 
   (custom-theme-set-variables



reply via email to

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