help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Matching Parentheses


From: Christopher Dimech
Subject: Re: Matching Parentheses
Date: Sat, 3 Oct 2020 12:53:13 +0200

I also tried to highlight the entire expression using

(setq show-paren-style 'expression)

However the foreground colour is not very pronounced.
How can I change the foreground and background colours
for matching parentheses?


> Sent: Saturday, October 03, 2020 at 11:39 AM
> From: "Christopher Dimech" <dimech@gmx.com>
> To: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Matching Parentheses
>
>
> I am trying to match parenthesis, however the highlighting is difficult to
> see. Any idea on how to make the matching look very pronounced.
>
> I have been using the following code
>
> (show-paren-mode 1)
> (setq show-paren-delay 0)
>
> (require 'paren)
> (set-face-background 'show-paren-match (face-background 'default))
> (set-face-foreground 'show-paren-match "#def")
> (set-face-attribute 'show-paren-match nil :weight 'extra-bold)
>
>
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]