From 59fbc1aca6a2226cc6ed111f6458254e6ffd3987 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 07:01:22 -0500 Subject: [PATCH] Remove junk comments --- adwaita-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 38dc2cb..cc9677c 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -321,10 +321,10 @@ `(dired-warning ((,class (:foreground ,yellow)))) ;; ediff - `(ediff-fine-diff-A ((,class (:background ,base-4 :weight bold)))) ;; bg blend 0.7 + `(ediff-fine-diff-A ((,class (:background ,base-4 :weight bold)))) `(ediff-fine-diff-B ((,class (:inherit ediff-fine-diff-A)))) `(ediff-fine-diff-C ((,class (:inherit ediff-find-diff-A)))) - `(ediff-current-diff-A ((,class (:background ,base-2)))) ;; bg blend 0.2 + `(ediff-current-diff-A ((,class (:background ,base-2)))) `(ediff-current-diff-B ((,class (:inherit ediff-current-diff-A)))) `(ediff-current-diff-C ((,class (:inherit ediff-current-diff-A)))) `(ediff-even-diff-A ((,class (:inherit hl-line))))