diff options
Diffstat (limited to 'modus-themes.el')
| -rw-r--r-- | modus-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modus-themes.el b/modus-themes.el index ad934df..cf32fab 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -4682,7 +4682,7 @@ If COLOR is unspecified, then return :box unspecified." ;;;;; basic and/or ungrouped styles `(abbrev-table-name ((,c :inherit modus-themes-heading-1))) `(appt-notification ((,c :inherit modus-themes-bold :foreground ,modeline-err))) - `(blink-matching-paren-offscreen ((,c :background ,bg-paren-match))) + `(blink-matching-paren-offscreen ((,c :background ,bg-paren-match :foreground ,fg-paren-match :underline ,underline-paren-match))) `(buffer-menu-buffer ((,c :foreground ,name))) `(child-frame-border ((,c :background ,border))) `(comint-highlight-input ((,c :inherit modus-themes-bold))) |
