branch: externals/modus-themes
commit 6eac1887827530852b3021af36d1abdcb585cc96
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Stop configuring default typography faces
Their original values are fine and we may run into unexpected problems
by limiting them to a subset of supported display specifications (via
the ,c we have there).
---
modus-themes.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 2d7e2bd613..a5f70b366e 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4568,9 +4568,6 @@ FG and BG are the main colors."
`(abbrev-table-name ((,c :inherit bold)))
`(appt-notification ((,c :inherit bold :foreground ,modeline-err)))
`(blink-matching-paren-offscreen ((,c :background ,bg-paren-match)))
- `(bold ((,c :weight bold)))
- `(bold-italic ((,c :inherit (bold italic))))
- `(underline ((,c :underline ,fg-dim)))
`(buffer-menu-buffer ((,c :inherit bold)))
`(child-frame-border ((,c :background ,border)))
`(comint-highlight-input ((,c :inherit bold)))
@@ -4590,7 +4587,6 @@ FG and BG are the main colors."
`(homoglyph ((,c :foreground ,warning)))
`(ibuffer-locked-buffer ((,c :foreground ,warning)))
`(icon-button ((,c :inherit modus-themes-button)))
- `(italic ((,c :slant italic)))
`(nobreak-hyphen ((,c :foreground ,err)))
`(nobreak-space ((,c :foreground ,err :underline t)))
`(menu ((,c :inverse-video unspecified :background ,bg-active :foreground
,fg-main)))