mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add support for log-view-marked face (Emacs 32)
I wrote a patch for it in emacs.git.
This commit is contained in:
parent
a3e7ba2805
commit
bcf065b803
|
|
@ -4862,6 +4862,7 @@ If COLOR is unspecified, then return :box unspecified."
|
||||||
`(log-edit-unknown-header ((,c :foreground ,fg-dim)))
|
`(log-edit-unknown-header ((,c :foreground ,fg-dim)))
|
||||||
`(log-view-commit-body (( )))
|
`(log-view-commit-body (( )))
|
||||||
`(log-view-file ((,c :inherit modus-themes-bold)))
|
`(log-view-file ((,c :inherit modus-themes-bold)))
|
||||||
|
`(log-view-marked ((,c :inherit modus-themes-mark-select)))
|
||||||
`(log-view-message ((,c :foreground ,identifier)))
|
`(log-view-message ((,c :foreground ,identifier)))
|
||||||
;;;;; cider
|
;;;;; cider
|
||||||
`(cider-deprecated-face ((,c :foreground ,warning)))
|
`(cider-deprecated-face ((,c :foreground ,warning)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue