cyberpunk-theme.el icon indicating copy to clipboard operation
cyberpunk-theme.el copied to clipboard

Paren match highlight foreground color

Open cassc opened this issue 3 years ago • 1 comments

Thanks for making this beautiful theme!

When highlighting parenthesis matches, is it possible to keep foreground text highlighting, now when it's highlighted foreground text is single color?

(setq show-paren-style 'mixed)
;; I am trying to tweak using this line
;; (set-face-attribute 'show-paren-match-expression nil :background "#4f4f4f" :foreground 'unspecified)

cassc avatar Nov 07 '21 09:11 cassc

Thanks for reaching out! If I understand correctly, you might want to set show-paren-match rather than show-paren-match-expression. Does this let you accomplish your goal? If not, maybe I don't fully understand what the issue is.

n3mo avatar Dec 15 '21 18:12 n3mo