mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 13:35:50 +01:00
Add some dired faces
This commit is contained in:
parent
4100720c8e
commit
6968370d2b
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@
|
||||||
`(diff-refine-change ((t (:foreground ,fgyellow :background unspecified))))
|
`(diff-refine-change ((t (:foreground ,fgyellow :background unspecified))))
|
||||||
`(diff-refine-removed ((t (:foreground ,fgred :background unspecified :inherit unspecified))))
|
`(diff-refine-removed ((t (:foreground ,fgred :background unspecified :inherit unspecified))))
|
||||||
`(diff-removed ((t (:background ,bgred :inherit unspecified))))
|
`(diff-removed ((t (:background ,bgred :inherit unspecified))))
|
||||||
|
`(dired-flagged ((t (:inherit region))))
|
||||||
|
`(dired-header ((t (:foreground ,fgturquoise :weight bold :inherit unspecified))))
|
||||||
|
`(dired-mark ((t (:foreground ,fgpink :inherit unspecified))))
|
||||||
|
`(dired-marked ((t (:background ,bgpink :inherit unspecified))))
|
||||||
`(ediff-current-diff-A ((t (:inherit diff-removed))))
|
`(ediff-current-diff-A ((t (:inherit diff-removed))))
|
||||||
`(ediff-current-diff-B ((t (:inherit diff-added))))
|
`(ediff-current-diff-B ((t (:inherit diff-added))))
|
||||||
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
|
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
|
||||||
|
|
Loading…
Reference in a new issue