Use appropriate mapping for separator-line face

This commit is contained in:
Protesilaos Stavrou 2022-12-22 12:13:50 +02:00
parent 5a12068494
commit c9950d3fce
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1596,7 +1596,7 @@ is a less intense variant of BG."
`(rectangle-preview ((,c :inherit secondary-selection)))
`(region ((,c ,@(modus-themes--region bg-region fg-main bg-region-subtle))))
`(secondary-selection ((,c :background ,bg-hover-secondary)))
`(separator-line ((,c :underline ,bg-region)))
`(separator-line ((,c :underline ,bg-active)))
`(shadow ((,c :foreground ,fg-dim)))
`(success ((,c :inherit bold :foreground ,info)))
`(trailing-whitespace ((,c :background ,bg-red)))