[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme 54a2534 066/110: Adapt KEYCAST to n
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme 54a2534 066/110: Adapt KEYCAST to new 3D modeline option |
Date: |
Wed, 29 Apr 2020 21:40:08 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit 54a25347503cbf47428ac4a1ee32544c19d4375b
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Adapt KEYCAST to new 3D modeline option
The three-dimensional modeline was first introduced in b874c79 and
received some more refinements ever since.
---
modus-operandi-theme.el | 5 ++++-
modus-vivendi-theme.el | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 30aaae3..06dbcb8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1952,7 +1952,10 @@ AMOUNT is a customisation option."
`(kaocha-runner-warning-face ((,class (:foreground ,yellow))))
;;;; keycast
`(keycast-command ((,class (:foreground ,blue-active :weight bold))))
- `(keycast-key ((,class (:inherit modus-theme-active-blue))))
+ `(keycast-key ((,class (:box ,(modus-operandi-theme-modeline-box
blue-intense blue-active t -3)
+ ,@(modus-operandi-theme-modeline-props
+ blue-active bg-main
+ blue-active bg-active)))))
;;;; line numbers (display-line-numbers-mode and global variant)
`(line-number ((,class (:background ,bg-dim :foreground ,fg-alt))))
`(line-number-current-line ((,class (:background ,bg-active :foreground
,fg-active :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 48a31bb..89affd6 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1952,7 +1952,10 @@ AMOUNT is a customisation option."
`(kaocha-runner-warning-face ((,class (:foreground ,yellow))))
;;;; keycast
`(keycast-command ((,class (:foreground ,blue-active :weight bold))))
- `(keycast-key ((,class (:inherit modus-theme-active-blue))))
+ `(keycast-key ((,class (:box ,(modus-vivendi-theme-modeline-box
blue-intense blue-active t -3)
+ ,@(modus-vivendi-theme-modeline-props
+ blue-active bg-main
+ blue-active bg-active)))))
;;;; line numbers (display-line-numbers-mode and global variant)
`(line-number ((,class (:background ,bg-dim :foreground ,fg-alt))))
`(line-number-current-line ((,class (:background ,bg-active :foreground
,fg-active :weight bold))))
- [elpa] externals/modus-vivendi-theme 7a7e22c 060/110: Internal: reorganise `defun' initial placement, (continued)
- [elpa] externals/modus-vivendi-theme 7a7e22c 060/110: Internal: reorganise `defun' initial placement, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page breaks for convenience (the ^L), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1921e3b 088/110: Use web-friendly href for README table of contents, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 48b9df3 083/110: Use optional slanted text for Git commits (Magit), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e0c57fe 084/110: Add support for VTERM, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 66416bc 092/110: Tweak `message-mml' face, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 35fbfb7 032/110: Expand and refine MAGIT faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5767a3d 037/110: Add support for WINUM, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a5f8651 036/110: Add support for FORGE (magit issue tracker), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional in WINUM and ESHELL prompt, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 54a2534 066/110: Adapt KEYCAST to new 3D modeline option,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme a395411 070/110: Review linter faces (FLYCHECK and FLYMAKE), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 43f0136 082/110: Allow `org-quote' to use optional slanted text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 69203f2 091/110: Add support for EGLOT, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1f193c5 100/110: Internal: some indentation corrections, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 24cea55 103/110: Always use a nuanced foreground for linted text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 22c0707 108/110: Internal: refine Modus Operandi red-alt{, -other}, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e03e9f2 095/110: Add {major, minor}-tick for DISPLAY-LINE-NUMBERS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 16093af 096/110: Revert commit e03e9f2, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 77d5f91 097/110: Add support for DEBBUGS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 4c18005 102/110: Refine background colour values for fringes, Stefan Monnier, 2020/04/29