I'm trying to get Paren Mode to be a little more clear, cause I can hardly see the other matching pair of parenthesis.
Is there any way I could make this blinking yellow?;)
I'm in gnome-terminal.
Here it says it can be blinking:
To change the color/face:
(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)