Revise eshell-prompt-extras faces for consistency

This commit is contained in:
Protesilaos Stavrou 2021-04-23 18:15:41 +03:00
parent f0e28d9105
commit a4e232c119
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4120,16 +4120,16 @@ by virtue of calling either of `modus-themes-load-operandi' and
`(eshell-git-prompt-robyrussell-git-dirty-face ((,class :foreground ,yellow)))
`(eshell-git-prompt-robyrussell-git-face ((,class :foreground ,magenta-alt-other)))
;;;;; eshell-prompt-extras (epe)
`(epe-dir-face ((,class :inherit modus-themes-bold :foreground ,blue)))
`(epe-dir-face ((,class :inherit bold :foreground ,blue)))
`(epe-git-dir-face ((,class :foreground ,red-alt-other)))
`(epe-git-face ((,class :foreground ,cyan-alt)))
`(epe-pipeline-delimiter-face ((,class :foreground ,green-alt)))
`(epe-pipeline-host-face ((,class :foreground ,blue)))
`(epe-pipeline-time-face ((,class :foreground ,fg-special-warm)))
`(epe-pipeline-user-face ((,class :foreground ,magenta)))
`(epe-remote-face ((,class :inherit modus-themes-slant :foreground ,fg-alt)))
`(epe-git-face ((,class :foreground ,magenta-alt)))
`(epe-pipeline-delimiter-face ((,class :inherit shadow)))
`(epe-pipeline-host-face ((,class :foreground ,fg-main)))
`(epe-pipeline-time-face ((,class :foreground ,fg-main)))
`(epe-pipeline-user-face ((,class :foreground ,magenta-alt-other)))
`(epe-remote-face ((,class :inherit (shadow modus-themes-slant))))
`(epe-status-face ((,class :foreground ,magenta-alt-other)))
`(epe-venv-face ((,class :inherit modus-themes-slant :foreground ,fg-alt)))
`(epe-venv-face ((,class :inherit (shadow modus-themes-slant))))
;;;;; eshell-syntax-highlighting
`(eshell-syntax-highlighting-alias-face ((,class :foreground ,cyan)))
`(eshell-syntax-highlighting-comment-face ((,class :inherit shadow)))