diff --git a/emacs/themes/jdkaplan-theme.el b/emacs/themes/jdkaplan-theme.el index 9332414..79b4254 100644 --- a/emacs/themes/jdkaplan-theme.el +++ b/emacs/themes/jdkaplan-theme.el @@ -20,7 +20,7 @@ '(minibuffer-prompt ((t (:foreground "#c7c7c7" :bold t )))) '(font-lock-warning-face ((t (:foreground "red" :bold t )))) - '(show-paren-match-face ((t (:foreground "orange" :background "black" :bold t)))) + '(show-paren-match-face ((t (:foreground "orange" :background "black")))) ) (provide-theme 'jdkaplan)