branch: externals/modus-operandi-theme
commit 618560a5e0222a4c092317a691803ef45d0dec43
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove box property from `mode-line-emphasis'
This is because some messages have a space at their beginning or end,
which causes the box to overflow in an awkward way.
---
modus-operandi-theme.el | 2 +-
modus-vivendi-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ada6c79..3b5f84b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1730,7 +1730,7 @@ between foreground and background is >= 7:1)."
;;;; modeline
`(mode-line ((,class (:box (:line-width 1 :color ,fg-inactive) :background
,bg-active :foreground ,fg-active))))
`(mode-line-buffer-id ((,class (:weight bold))))
- `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold :box
t))))
+ `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold))))
`(mode-line-highlight ((,class (:inherit modus-theme-active-blue :box
(:line-width -1 :style pressed-button)))))
`(mode-line-inactive ((,class (:box (:color ,bg-inactive) :background
,bg-inactive :foreground ,fg-inactive))))
;;;; mood-line
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f5bbc4e..18a150b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1730,7 +1730,7 @@ between foreground and background is >= 7:1)."
;;;; modeline
`(mode-line ((,class (:box (:line-width 1 :color ,fg-inactive) :background
,bg-active :foreground ,fg-active))))
`(mode-line-buffer-id ((,class (:weight bold))))
- `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold :box
t))))
+ `(mode-line-emphasis ((,class (:foreground ,blue-active :weight bold))))
`(mode-line-highlight ((,class (:inherit modus-theme-active-blue :box
(:line-width -1 :style pressed-button)))))
`(mode-line-inactive ((,class (:box (:color ,bg-inactive) :background
,bg-inactive :foreground ,fg-inactive))))
;;;; mood-line