1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add some diff-* colors

This commit is contained in:
Tom Willemsen 2013-03-29 21:02:22 +01:00
parent b97f1e0c01
commit 256f601194

View file

@ -47,10 +47,20 @@
`(default ((t (:background ,dblack :foreground ,lblack))))
`(diff-added ((t (:background ,dgreen :inherit unspecified))))
`(diff-changed ((t (:background ,dyellow))))
`(diff-removed ((t (:background ,dred :inherit unspecified))))
`(diff-file-header ((t (:foreground ,lblue :background unspecified :weight bold))))
`(diff-function ((t (:slant italic :inherit unspecified :foreground ,lpurple))))
`(diff-header ((t (:background unspecified :foreground ,lcyan))))
`(diff-hl-change ((t (:foreground ,lyellow :background unspecified :inherit diff-changed))))
`(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed))))
`(diff-hl-insert ((t (:foreground ,lgreen :inherit diff-added))))
`(diff-hunk-header ((t (:foreground ,lturquoise :inherit unspecified :weight bold))))
`(diff-indicator-added ((t (:foreground ,lgreen :weight bold :inherit unspecified))))
`(diff-indicator-changed ((t (:foreground ,lyellow :weight bold :inherit unspecified ))))
`(diff-indicator-removed ((t (:foreground ,lred :weight bold :inherit unspecified))))
`(diff-refine-added ((t (:foreground ,lgreen :inherit unspecified))))
`(diff-refine-change ((t (:foreground ,lyellow :background unspecified))))
`(diff-refine-removed ((t (:foreground ,lred :inherit unspecified))))
`(diff-removed ((t (:background ,dred :inherit unspecified))))
`(error ((t (:foreground ,lred :weight unspecified))))
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave)))))
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,lorange :style wave)))))