mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make log-edit-headers-separator same as separator-line (Emacs bug#81753)
This is the same topic as with commit 2bae09f. Thanks again to Dmitry
Gutov for the suggestion: <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=81753>.
This commit is contained in:
parent
2bae09feeb
commit
24e4b4b9e4
|
|
@ -4852,7 +4852,12 @@ If COLOR is unspecified, then return :box unspecified."
|
|||
`(change-log-list ((,c :inherit modus-themes-bold)))
|
||||
`(change-log-name ((,c :foreground ,name)))
|
||||
`(log-edit-header ((,c :inherit modus-themes-bold)))
|
||||
`(log-edit-headers-separator ((,c :height 1 :background ,border :extend t)))
|
||||
`(log-edit-headers-separator
|
||||
((default :extend t)
|
||||
(((type tty))
|
||||
:foreground ,border :strike-through t)
|
||||
(t
|
||||
:height 1 :background ,border :foreground ,border)))
|
||||
`(log-edit-summary ((,c :inherit modus-themes-bold :foreground ,info)))
|
||||
`(log-edit-unknown-header ((,c :foreground ,fg-dim)))
|
||||
`(log-view-commit-body (( )))
|
||||
|
|
|
|||
Loading…
Reference in a new issue