mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add some diff-* colors
This commit is contained in:
parent
b97f1e0c01
commit
256f601194
1 changed files with 11 additions and 1 deletions
|
@ -47,10 +47,20 @@
|
||||||
`(default ((t (:background ,dblack :foreground ,lblack))))
|
`(default ((t (:background ,dblack :foreground ,lblack))))
|
||||||
`(diff-added ((t (:background ,dgreen :inherit unspecified))))
|
`(diff-added ((t (:background ,dgreen :inherit unspecified))))
|
||||||
`(diff-changed ((t (:background ,dyellow))))
|
`(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-change ((t (:foreground ,lyellow :background unspecified :inherit diff-changed))))
|
||||||
`(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed))))
|
`(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed))))
|
||||||
`(diff-hl-insert ((t (:foreground ,lgreen :inherit diff-added))))
|
`(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))))
|
`(error ((t (:foreground ,lred :weight unspecified))))
|
||||||
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave)))))
|
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave)))))
|
||||||
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,lorange :style wave)))))
|
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,lorange :style wave)))))
|
||||||
|
|
Loading…
Reference in a new issue