emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/wfnames 9b219d5704 71/98: Fix some faces


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames 9b219d5704 71/98: Fix some faces
Date: Tue, 8 Aug 2023 04:01:36 -0400 (EDT)

branch: elpa/wfnames
commit 9b219d57042e0c3c6b53299b792d12986044331f
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix some faces
---
 wfnames.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/wfnames.el b/wfnames.el
index 541137d47e..c9d0a22fa3 100644
--- a/wfnames.el
+++ b/wfnames.el
@@ -54,13 +54,15 @@
   "Backup files before overwriting when non nil."
   :type 'boolean)
 
-(defface wfnames-modified '((t :background "LightBlue"))
+(defface wfnames-modified
+    '((t :background "LightBlue" :foreground "black"))
   "Face used when filename is modified.")
 
-(defface wfnames-modified-exists '((t :background "DarkOrange"))
+(defface wfnames-modified-exists
+    '((t :background "DarkOrange" :foreground "black"))
   "Face used when modified fname point to an existing file.")
 
-(defface wfnames-files '((t :foreground "RoyalBlue"))
+(defface wfnames-files '((t :foreground "DeepSkyBlue"))
   "Face used to display filenames in wfnames buffer.")
 
 (defface wfnames-dir '((t :background "White" :foreground "red"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]