branch: externals/doric-themes
commit dc5917cc3f101729fd03b2bd757513cde1fcb017
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove the strike-through effect from minibuffer-nonselected
I have tested it for a while and believe the inverse-video is better
overall because it is more noticeable.
---
doric-themes.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/doric-themes.el b/doric-themes.el
index 82e0d5ff2f..c4d44b312f 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1368,9 +1368,7 @@ default to a generic text that mentions the
BACKGROUND-MODE."
`(separator-line ((t :underline ,border)))
`(scroll-bar ((t :background ,bg-main :foreground ,border)))
`(fill-column-indicator ((t :foreground ,bg-shadow-intense)))
- `(minibuffer-nonselected
- ((((supports :strike-through t)) :strike-through t)
- (t :inverse-video t)))
+ `(minibuffer-nonselected ((t :inverse-video t)))
`(tooltip ((t :background ,bg-accent :foreground ,fg-accent)))
`(tty-menu-disabled-face ((t :background ,bg-accent :foreground
,fg-shadow-subtle)))
`(tty-menu-enabled-face ((t :background ,bg-accent :foreground
,fg-main)))