branch: externals/modus-operandi-theme
commit 49e694bdf97a01ce5c7dce24ac1af710fe9f3af9
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for FROG-MENU
---
README.org | 1 +
modus-operandi-theme.el | 8 ++++++++
modus-vivendi-theme.el | 8 ++++++++
3 files changed, 17 insertions(+)
diff --git a/README.org b/README.org
index 8e21117..cce695f 100644
--- a/README.org
+++ b/README.org
@@ -233,6 +233,7 @@ the "full support" may not be 100% true…
+ flymake
+ flyspell
+ flyspell-correct
++ frog-menu
+ focus
+ font-lock (generic syntax highlighting)
+ fountain (fountain-mode)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b6352c0..ae50b9c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -123,6 +123,7 @@
;; flymake
;; flyspell
;; flyspell-correct
+;; frog-menu
;; focus
;; font-lock (generic syntax highlighting)
;; fountain (fountain-mode)
@@ -1125,6 +1126,13 @@ between foreground and background is >= 7:1)."
(,class (:foreground ,red :underline t))))
;;;; flyspell-correct
`(flyspell-correct-highlight-face ((,class (:inherit
modus-theme-refine-green))))
+ ;;;; frog-menu
+ `(frog-menu-action-keybinding-face ((,class (:foreground ,blue-alt-other))))
+ `(frog-menu-actions-face ((,class (:foreground ,magenta))))
+ `(frog-menu-border ((,class (:background ,bg-active))))
+ `(frog-menu-candidates-face ((,class (:foreground ,fg-main))))
+ `(frog-menu-posframe-background-face ((,class (:background ,bg-dim))))
+ `(frog-menu-prompt-face ((,class (:foreground ,cyan))))
;;;; fountain-mode
`(fountain-character ((,class (:foreground ,magenta-alt-other))))
`(fountain-comment ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index bc3fc83..50828f3 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -123,6 +123,7 @@
;; flymake
;; flyspell
;; flyspell-correct
+;; frog-menu
;; focus
;; font-lock (generic syntax highlighting)
;; fountain (fountain-mode)
@@ -1125,6 +1126,13 @@ between foreground and background is >= 7:1)."
(,class (:foreground ,red :underline t))))
;;;; flyspell-correct
`(flyspell-correct-highlight-face ((,class (:inherit
modus-theme-refine-green))))
+ ;;;; frog-menu
+ `(frog-menu-action-keybinding-face ((,class (:foreground ,blue-alt-other))))
+ `(frog-menu-actions-face ((,class (:foreground ,magenta))))
+ `(frog-menu-border ((,class (:background ,bg-active))))
+ `(frog-menu-candidates-face ((,class (:foreground ,fg-main))))
+ `(frog-menu-posframe-background-face ((,class (:background ,bg-dim))))
+ `(frog-menu-prompt-face ((,class (:foreground ,cyan))))
;;;; fountain-mode
`(fountain-character ((,class (:foreground ,magenta-alt-other))))
`(fountain-comment ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))