[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme b7f6955 081/112: Add support for F
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme b7f6955 081/112: Add support for FREEZE-IT |
Date: |
Mon, 30 Mar 2020 15:59:43 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit b7f6955831200990ef96a92eab1f67f8c9749ec5
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Add support for FREEZE-IT
---
README.org | 1 +
modus-operandi-theme.el | 3 +++
modus-vivendi-theme.el | 3 +++
3 files changed, 7 insertions(+)
diff --git a/README.org b/README.org
index e2af24c..00c5f29 100644
--- a/README.org
+++ b/README.org
@@ -243,6 +243,7 @@ the "full support" may not be 100% true…
+ flymake
+ flyspell
+ flyspell-correct
++ freeze-it
+ frog-menu
+ focus
+ fold-this
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2aaff63..3f7cc22 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -128,6 +128,7 @@
;; flymake
;; flyspell
;; flyspell-correct
+;; freeze-it
;; frog-menu
;; focus
;; fold-this
@@ -1285,6 +1286,8 @@ between foreground and background is >= 7:1)."
(,class (:foreground ,red :underline t))))
;;;; flyspell-correct
`(flyspell-correct-highlight-face ((,class (:inherit
modus-theme-refine-green))))
+ ;;;; freeze-it
+ `(freeze-it-show ((,class (:background ,bg-dim :foreground
,fg-special-warm))))
;;;; frog-menu
`(frog-menu-action-keybinding-face ((,class (:foreground ,blue-alt-other))))
`(frog-menu-actions-face ((,class (:foreground ,magenta))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5f6d27a..806a6c3 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -128,6 +128,7 @@
;; flymake
;; flyspell
;; flyspell-correct
+;; freeze-it
;; frog-menu
;; focus
;; fold-this
@@ -1285,6 +1286,8 @@ between foreground and background is >= 7:1)."
(,class (:foreground ,red :underline t))))
;;;; flyspell-correct
`(flyspell-correct-highlight-face ((,class (:inherit
modus-theme-refine-green))))
+ ;;;; freeze-it
+ `(freeze-it-show ((,class (:background ,bg-dim :foreground
,fg-special-warm))))
;;;; frog-menu
`(frog-menu-action-keybinding-face ((,class (:foreground ,blue-alt-other))))
`(frog-menu-actions-face ((,class (:foreground ,magenta))))
- [elpa] externals/modus-operandi-theme 9bd8996 066/112: Appropriate colour for `compilation-line-number', (continued)
- [elpa] externals/modus-operandi-theme 9bd8996 066/112: Appropriate colour for `compilation-line-number', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 39557fa 069/112: Add support for RIPGREP (ripgrep.el), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme d190a2b 090/112: Add support for STRIPES, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b52f412 072/112: Document new custom option for visible fringes, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 6bda04f 074/112: Add README section on FSF copyright assignment, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 71372a8 078/112: Use new fringe colours for FLYCHECK indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b0c0fd1 082/112: Add support for SIDE-NOTES, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 5247356 083/112: Internal: fix indentation in `outline-mode' group, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 9dbe77a 063/112: Add tentative support for SALLET, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 0bb261d 076/112: Define new fringe colours and faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b7f6955 081/112: Add support for FREEZE-IT,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme b590bf2 079/112: Use new fringe colours for GIT-GUTTER indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme d614a32 105/112: Use right colours for `gnus-summary-cancelled', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme adb7110 109/112: Internal: minor documentation corrections, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme e57ca4f 075/112: Use more appropriate colours for fringe indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b1660a9 080/112: Refine DIFF-HL and use new fringe colours, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme ee7ea51 087/112: Remove bold weight from matching parentheses, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c4e0434 091/112: Add support for ORG-TREESCOPE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 3a6ebbc 093/112: Add support for CSV-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7890009 100/112: Merge branch 'fix-modus-vivendi-theme' into 'master', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7dd0b0e 084/112: Add support for new FOUNTAIN-MODE heading faces, Stefan Monnier, 2020/03/30