mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add eshell(-ls) faces
This commit is contained in:
parent
e2e0da016b
commit
5d6945d5c2
1 changed files with 12 additions and 0 deletions
|
@ -77,6 +77,18 @@
|
||||||
`(erc-prompt-face ((t (:foreground ,fgbright :weight bold))))
|
`(erc-prompt-face ((t (:foreground ,fgbright :weight bold))))
|
||||||
`(erc-timestamp-face ((t (:foreground ,fgdim :weight normal))))
|
`(erc-timestamp-face ((t (:foreground ,fgdim :weight normal))))
|
||||||
`(error ((t (:foreground ,fgred :weight bold))))
|
`(error ((t (:foreground ,fgred :weight bold))))
|
||||||
|
`(eshell-ls-archive ((t (:foreground ,fgpink :weight unspecified))))
|
||||||
|
`(eshell-ls-backup ((t (:foreground ,fgorange))))
|
||||||
|
`(eshell-ls-clutter ((t (:foreground ,fgdim :weight unspecified))))
|
||||||
|
`(eshell-ls-directory ((t (:foreground ,fgblue :weight unspecified))))
|
||||||
|
`(eshell-ls-executable ((t (:foreground ,fggreen :weight unspecified))))
|
||||||
|
`(eshell-ls-missing ((t (:foreground ,fgred :weight bold))))
|
||||||
|
`(eshell-ls-product ((t (:foreground ,fgpurple))))
|
||||||
|
`(eshell-ls-readonly ((t (:foreground ,fgmagenta))))
|
||||||
|
`(eshell-ls-special ((t (:foreground ,fgturquoise))))
|
||||||
|
`(eshell-ls-symlink ((t (:foreground ,fgcyan :weight unspecified))))
|
||||||
|
`(eshell-ls-unreadable ((t (:foreground ,fgred))))
|
||||||
|
`(eshell-prompt ((t (:foreground ,fgbright :weight unspecified))))
|
||||||
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
||||||
`(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
`(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
||||||
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
|
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
|
||||||
|
|
Loading…
Reference in a new issue