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

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

[elpa] externals/modus-vivendi-theme bba4e77 045/110: Add support for IF


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme bba4e77 045/110: Add support for IFLIPB
Date: Wed, 29 Apr 2020 21:40:04 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit bba4e772de7fe0569b8d640d9b3d8f5ff9dfdf53
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for IFLIPB
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 2015d5e..2f11798 100644
--- a/README.org
+++ b/README.org
@@ -349,6 +349,7 @@ the "full support" may not be 100% true…
 + icomplete-vertical
 + ido-mode
 + iedit
++ iflipb
 + imenu-list
 + info
 + info-colors
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 8dc40a0..e9c71fe 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -171,6 +171,7 @@
 ;;     icomplete
 ;;     ido-mode
 ;;     iedit
+;;     iflipb
 ;;     imenu-list
 ;;     info
 ;;     info-colors
@@ -1784,6 +1785,9 @@ AMOUNT is a customisation option."
    ;;;; iedit
    `(iedit-occurrence ((,class (:inherit modus-theme-refine-blue))))
    `(iedit-read-only-occurrence ((,class (:inherit 
modus-theme-intense-yellow))))
+   ;;;; iflipb
+   `(iflipb-current-buffer-face ((,class (:foreground ,cyan-alt :weight 
bold))))
+   `(iflipb-other-buffer-face ((,class (:foreground ,fg-alt))))
    ;;;; imenu-list
    `(imenu-list-entry-face-0 ((,class (:foreground ,magenta-alt-other))))
    `(imenu-list-entry-face-1 ((,class (:foreground ,cyan-alt-other))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index fbca886..ad0ada7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -171,6 +171,7 @@
 ;;     icomplete
 ;;     ido-mode
 ;;     iedit
+;;     iflipb
 ;;     imenu-list
 ;;     info
 ;;     info-colors
@@ -1784,6 +1785,9 @@ AMOUNT is a customisation option."
    ;;;; iedit
    `(iedit-occurrence ((,class (:inherit modus-theme-refine-blue))))
    `(iedit-read-only-occurrence ((,class (:inherit 
modus-theme-intense-yellow))))
+   ;;;; iflipb
+   `(iflipb-current-buffer-face ((,class (:foreground ,cyan-alt :weight 
bold))))
+   `(iflipb-other-buffer-face ((,class (:foreground ,fg-alt))))
    ;;;; imenu-list
    `(imenu-list-entry-face-0 ((,class (:foreground ,magenta-alt-other))))
    `(imenu-list-entry-face-1 ((,class (:foreground ,cyan-alt-other))))



reply via email to

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