mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove bold on show-paren-match
This commit is contained in:
@ -157,7 +157,7 @@
|
||||
;; `(linum ((,c (:foreground ,linum-fg :bold nil :height 0.8))))
|
||||
`(linum ((,c (:foreground ,linum-fg :bold nil))))
|
||||
`(linum-highlight-face ((,c (:inherit linum :foreground ,linum-hl-fg))))
|
||||
`(show-paren-match ((,c (:foreground ,magenta :bold ,bold :inverse-video t))))
|
||||
`(show-paren-match ((,c (:foreground ,magenta :inverse-video t))))
|
||||
|
||||
;; Modeline
|
||||
`(narf-minibuffer-active ((,c (:background ,active-minibuffer))))
|
||||
|
Reference in New Issue
Block a user