Skip to content

Commit 3a787a1

Browse files
committed
Update ediff faces
1 parent 276cd76 commit 3a787a1

File tree

1 file changed

+35
-28
lines changed

1 file changed

+35
-28
lines changed

tomorrow-night-deepblue-theme.el

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -372,34 +372,34 @@ names to which it refers are bound."
372372
(vdiff-subtraction-face ((,class (:foreground ,background :background ,red))))
373373
(vdiff-closed-fold-face ((,class (:foreground ,blue :background ,darkblue))))
374374
(vdiff-refine-changed ((,class (:foreground ,background :background ,blue))))
375+
(diff-context ((,class ())))
375376
(diff-added ((,class (:background ,bg-added :foreground ,fg-added))))
376377
(diff-changed ((,class (:background ,bg-changed :foreground ,fg-changed :extend t))))
377378
(diff-removed ((,class (:background ,bg-removed :foreground ,fg-removed))))
378-
;; `(diff-indicator-added ((,c :inherit diff-added :foreground ,fg-added)))
379+
;; (diff-indicator-added ((,c :inherit diff-added :foreground ,fg-added)))
379380
(diff-indicator-added ((,class (:inherit diff-added :foreground ,fg-added))))
380-
;; `(diff-indicator-changed ((,c :inherit diff-changed :foreground ,fg-changed)))
381+
;; (diff-indicator-changed ((,c :inherit diff-changed :foreground ,fg-changed)))
381382
(diff-indicator-changed ((,class (:inherit diff-changed :foreground ,fg-changed))))
382-
;; `(diff-indicator-removed ((,c :inherit diff-removed :foreground ,fg-removed)))
383+
;; (diff-indicator-removed ((,c :inherit diff-removed :foreground ,fg-removed)))
383384
(diff-indicator-removed ((,class (:inherit diff-removed :foreground ,fg-removed))))
384-
;; `(diff-file-header ((,c :inherit bold)))
385+
;; (diff-file-header ((,c :inherit bold)))
385386
(diff-file-header ((,class (:background ,selection))))
386387
(diff-header ((,class (:background ,current-line))))
387388
(diff-hl-change ((,class (:background ,bg-changed-refine))))
388-
;; `(diff-hl-delete ((,c :background ,bg-removed-refine)))
389+
;; (diff-hl-delete ((,c :background ,bg-removed-refine)))
389390
(diff-hl-delete ((,class (:foreground ,background :background ,red))))
390391
(diff-hl-insert ((,class (:background ,bg-added-refine))))
391-
;; `(diff-hunk-header ((,c :inherit bold :background ,bg-alt)))
392+
;; (diff-hunk-header ((,c :inherit bold :background ,bg-alt)))
392393
(diff-hunk-header ((,class (:background ,current-line :foreground ,purple))))
393394
(diff-refine-added ((,class (:background ,bg-added-refine :foreground ,fg-added))))
394395
(diff-refine-removed ((,class (:background ,bg-removed-refine :foreground ,fg-removed))))
395-
;; `(diff-hl-reverted-hunk-highlight ((,c :background ,fg-main :foreground ,bg-main)))
396-
;; `(diff-changed-unspecified ((,c :inherit diff-changed)))
397-
;; `(diff-refine-changed ((,c :background ,bg-changed-refine :foreground ,fg-changed)))
398-
;; `(diff-context (( )))
399-
;; `(diff-error ((,c :inherit error)))
400-
;; `(diff-function ((,c :background ,bg-alt)))
401-
;; `(diff-index ((,c :inherit italic)))
402-
;; `(diff-nonexistent ((,c :inherit bold)))
396+
;; (diff-hl-reverted-hunk-highlight ((,c :background ,fg-main :foreground ,bg-main)))
397+
;; (diff-changed-unspecified ((,c :inherit diff-changed)))
398+
;; (diff-refine-changed ((,c :background ,bg-changed-refine :foreground ,fg-changed)))
399+
;; (diff-error ((,c :inherit error)))
400+
;; (diff-function ((,c :background ,bg-alt)))
401+
;; (diff-index ((,c :inherit italic)))
402+
;; (diff-nonexistent ((,c :inherit bold)))
403403
(dired-async-failures ((,class (:inherit error))))
404404
(dired-async-message ((,class (:inherit success))))
405405
(dired-async-mode-message ((,class (:inherit warning))))
@@ -459,22 +459,29 @@ names to which it refers are bound."
459459
(e2wm:face-history-list-normal ((,class (:foreground ,foreground :background ,background))))
460460
(e2wm:face-history-list-select1 ((,class (:foreground ,aqua :background ,background))))
461461
(e2wm:face-history-list-select2 ((,class (:foreground ,yellow :background ,background))))
462-
(ediff-current-diff-A ((,class (:foreground ,comment :inverse-video t))))
463-
(ediff-current-diff-Ancestor ((,class (:foreground ,aqua :background ,highlight))))
464-
(ediff-current-diff-B ((,class (:foreground ,comment :inverse-video t))))
465-
(ediff-current-diff-C ((,class (:foreground ,comment :inverse-video t))))
462+
(ediff-current-diff-A ((,class (:background ,bg-removed :foreground ,fg-removed))))
463+
;; TODO `(ediff-current-diff-Ancestor ((,c :background ,bg-region)))
464+
(ediff-current-diff-Ancestor ((,class (:foreground ,aqua :background ,highlight)))) ;; TODO
465+
(ediff-current-diff-B ((,class (:background ,bg-added :foreground ,fg-added))))
466+
(ediff-current-diff-C ((,class (:background ,bg-changed :foreground ,fg-changed))))
467+
;; `(ediff-even-diff-A ((,c :background ,bg-dim)))
466468
(ediff-even-diff-A ((,class (:foreground ,blue :background ,contrast-bg :extend t))))
469+
;; `(ediff-even-diff-Ancestor ((,c :background ,bg-dim)))
467470
(ediff-even-diff-Ancestor ((,class (:foreground ,purple :background ,highlight))))
468-
(ediff-even-diff-B ((,class (:foreground ,blue :background ,contrast-bg :extend t))))
469-
(ediff-even-diff-C ((,class (:foreground ,blue :background ,contrast-bg :extend t))))
470-
(ediff-fine-diff-A ((,class (:foreground ,background :background ,blue))))
471+
;; `(ediff-even-diff-B ((,c :background ,bg-dim)))
472+
;; `(ediff-even-diff-C ((,c :background ,bg-dim)))
473+
;; TODO `(ediff-fine-diff-A ((,c )))
474+
(ediff-even-diff-B ((,class (:foreground ,blue :background ,darkblue :extend t))))
475+
(ediff-even-diff-C ((,class (:foreground ,blue :background ,darkblue :extend t))))
476+
(ediff-fine-diff-A ((,class (:background ,bg-removed-refine :foreground ,fg-removed))))
477+
;; `(ediff-fine-diff-Ancestor ((,c :background ,bg-active :foreground ,fg-intense)))
471478
(ediff-fine-diff-Ancestor ((,class (:foreground ,yellow :background ,highlight))))
472-
(ediff-fine-diff-B ((,class (:foreground ,background :background ,blue))))
473-
(ediff-fine-diff-C ((,class (:foreground ,background :background ,blue))))
474-
(ediff-odd-diff-A ((,class (:foreground ,comment :background ,highlight :extend t))))
475-
(ediff-odd-diff-Ancestor ((,class (:foreground ,red :background ,highlight))))
476-
(ediff-odd-diff-B ((,class (:foreground ,comment :background ,highlight :extend t))))
477-
(ediff-odd-diff-C ((,class (:foreground ,comment :background ,highlight :extend t))))
479+
(ediff-fine-diff-B ((,class (:background ,bg-added-refine :foreground ,fg-added))))
480+
(ediff-fine-diff-C ((,class (:background ,bg-changed-refine :foreground ,fg-changed))))
481+
(ediff-odd-diff-A ((,class (:inherit ediff-even-diff-A))))
482+
(ediff-odd-diff-Ancestor ((,class (:inherit ediff-even-diff-Ancestor))))
483+
(ediff-odd-diff-B ((,class (:inherit ediff-even-diff-B))))
484+
(ediff-odd-diff-C ((,class (:inherit ediff-even-diff-C))))
478485
(edts-face-error-line ((,class (:background unspecified :inherit flymake-errline))))
479486
(edts-face-error-mode-line ((,class (:background unspecified :foreground ,red :weight bold))))
480487
(edts-face-warning-line ((,class (:background unspecified :inherit flymake-warnline))))
@@ -994,7 +1001,7 @@ names to which it refers are bound."
9941001
(org-habit-ready-future-face ((,class (:foreground ,background :background ,green))))
9951002
(org-headline-done ((,class (:foreground ,green))))
9961003
(org-headline-todo ((,class (:foreground ,red))))
997-
(org-hide ((,class (:foreground ,background :background ,background))))
1004+
(org-hide ((,class (:foreground ,background))))
9981005
(org-link ((,class (:foreground ,blue :underline t))))
9991006
(org-mode-line-clock-overrun ((,class (:inherit mode-line :background ,red))))
10001007
(org-scheduled ((,class (:foreground ,green))))

0 commit comments

Comments
 (0)