cyberpunk-theme.el
cyberpunk-theme.el copied to clipboard
Paren match highlight foreground color
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)
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.