Remove deprecated face from visual-regexp

This commit is contained in:
Protesilaos Stavrou 2022-12-30 12:35:50 +02:00
parent 257db66b64
commit d6afeffdf2
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -3579,7 +3579,7 @@ is a less intense variant of BG."
`(vr/group-2 ((,c :inherit modus-themes-intense-green)))
`(vr/match-0 ((,c :inherit modus-themes-intense-yellow)))
`(vr/match-1 ((,c :inherit modus-themes-intense-yellow)))
`(vr/match-separator-face ((,c :inherit (modus-themes-intense-neutral bold))))
`(vr/match-separator-face ((,c :inherit bold :background ,bg-active)))
;;;;; vterm
`(vterm-color-black ((,c :background "gray35" :foreground "gray35")))
`(vterm-color-blue ((,c :background ,blue :foreground ,blue)))