[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 49e694b 016/112: Add support for F
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 49e694b 016/112: Add support for FROG-MENU |
Date: |
Mon, 30 Mar 2020 15:59:29 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 49e694bdf97a01ce5c7dce24ac1af710fe9f3af9
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
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))))
- [elpa] externals/modus-operandi-theme 4d97715 017/112: Internal: fix alphabetic order of some faces, (continued)
- [elpa] externals/modus-operandi-theme 4d97715 017/112: Internal: fix alphabetic order of some faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 83ab771 020/112: Include ELPA in README. Adapt accordingly., Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 9ef3b88 024/112: Minor correction in README, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme efb3ed4 022/112: Refine `font-lock-warning-face' (see commit msg), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7c3451e 014/112: Add support for RAINBOW-IDENTIFIERS, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 74431eb 012/112: Add *tentative* support for WEB-MODE (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme e13e565 025/112: Use more appropriate colours for HELM mode line, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 5b54ece 026/112: Refine HELM colours for selection and matches, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 8c7cce9 031/112: Tweak the colours of `helm-resume-need-update', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme dfbc271 013/112: Add support for HIGHLIGHT-DEFINED, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 49e694b 016/112: Add support for FROG-MENU,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme a8b6db6 015/112: Use fewer background colours in DIFF-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme eb0f90a 018/112: Add EDIT-INDIRECT to list of implicitly supported, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme d2016e7 019/112: Add `:extend t' to VOLATILE-HIGHLIGHTS (fix #19), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c9feb7a 021/112: Remove redundant ":group 'modus-theme", Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cebd31a 023/112: Use fewer backgrounds in Magit diff: see issue #18, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme f670dc2 027/112: Update README with note for HELM grep users, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme dd46b31 030/112: Allow `helm-resume-need-update' to extend till EOL, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 23c67bc 032/112: Tweak new diff colours, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7e297db 036/112: Add support for OUTLINE-MINOR-FACES, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 9e9a08f 037/112: Refine OUTLINE-MODE colours, Stefan Monnier, 2020/03/30