branch: scratch/add-vdiff
commit eeede0bcf50a6f6166ca7c8f58e6be3d3502472d
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    Reset open-fold-face
    
    but leave it in case someone wants to customize it
---
 vdiff.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index 4a67168..be9f17f 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -161,7 +161,7 @@ lines hidden."
   :group 'vdiff)
 
 (defface vdiff-open-fold-face
-  '((t :background "#282828"))
+  '((t :inherit default))
   "Face for open folds"
   :group 'vdiff)
 

Reply via email to