@@ -372,34 +372,34 @@ names to which it refers are bound."
372
372
(vdiff-subtraction-face ((, class (:foreground , background :background , red ))))
373
373
(vdiff-closed-fold-face ((, class (:foreground , blue :background , darkblue ))))
374
374
(vdiff-refine-changed ((, class (:foreground , background :background , blue ))))
375
+ (diff-context ((, class ())))
375
376
(diff-added ((, class (:background , bg-added :foreground , fg-added ))))
376
377
(diff-changed ((, class (:background , bg-changed :foreground , fg-changed :extend t ))))
377
378
(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)))
379
380
(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)))
381
382
(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)))
383
384
(diff-indicator-removed ((, class (:inherit diff-removed :foreground , fg-removed ))))
384
- ; ; ` (diff-file-header ((,c :inherit bold)))
385
+ ; ; (diff-file-header ((,c :inherit bold)))
385
386
(diff-file-header ((, class (:background , selection ))))
386
387
(diff-header ((, class (:background , current-line ))))
387
388
(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)))
389
390
(diff-hl-delete ((, class (:foreground , background :background , red ))))
390
391
(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)))
392
393
(diff-hunk-header ((, class (:background , current-line :foreground , purple ))))
393
394
(diff-refine-added ((, class (:background , bg-added-refine :foreground , fg-added ))))
394
395
(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)))
403
403
(dired-async-failures ((, class (:inherit error ))))
404
404
(dired-async-message ((, class (:inherit success ))))
405
405
(dired-async-mode-message ((, class (:inherit warning ))))
@@ -459,22 +459,29 @@ names to which it refers are bound."
459
459
(e2wm:face-history-list-normal ((, class (:foreground , foreground :background , background ))))
460
460
(e2wm:face-history-list-select1 ((, class (:foreground , aqua :background , background ))))
461
461
(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)))
466
468
(ediff-even-diff-A ((, class (:foreground , blue :background , contrast-bg :extend t ))))
469
+ ; ; `(ediff-even-diff-Ancestor ((,c :background ,bg-dim)))
467
470
(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)))
471
478
(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 ))))
478
485
(edts-face-error-line ((, class (:background unspecified :inherit flymake-errline ))))
479
486
(edts-face-error-mode-line ((, class (:background unspecified :foreground , red :weight bold ))))
480
487
(edts-face-warning-line ((, class (:background unspecified :inherit flymake-warnline ))))
@@ -994,7 +1001,7 @@ names to which it refers are bound."
994
1001
(org-habit-ready-future-face ((, class (:foreground , background :background , green ))))
995
1002
(org-headline-done ((, class (:foreground , green ))))
996
1003
(org-headline-todo ((, class (:foreground , red ))))
997
- (org-hide ((, class (:foreground , background :background , background ))))
1004
+ (org-hide ((, class (:foreground , background ))))
998
1005
(org-link ((, class (:foreground , blue :underline t ))))
999
1006
(org-mode-line-clock-overrun ((, class (:inherit mode-line :background , red ))))
1000
1007
(org-scheduled ((, class (:foreground , green ))))
0 commit comments