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

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

[nongnu] elpa/writegood-mode a14fbf7852 05/47: Updated colors and modeli


From: ELPA Syncer
Subject: [nongnu] elpa/writegood-mode a14fbf7852 05/47: Updated colors and modeline string
Date: Mon, 12 Dec 2022 21:01:40 -0500 (EST)

branch: elpa/writegood-mode
commit a14fbf78520bd25c26434354523bc91b17286b73
Author: Benjamin Beckwith <bnbeckwith@gmail.com>
Commit: Benjamin Beckwith <bnbeckwith@gmail.com>

    Updated colors and modeline string
---
 writegood-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/writegood-mode.el b/writegood-mode.el
index b4c5632ea9..400bc62be3 100755
--- a/writegood-mode.el
+++ b/writegood-mode.el
@@ -69,7 +69,7 @@
 ;; Weaselwords
 (defface writegood-weasels-face
   '((((class color) (background light))
-     (:inherit font-lock-warning-face :background "orange"))
+     (:inherit font-lock-warning-face :background "moccasin"))
     (((class color) (background dark))
      (:inherit font-lock-warning-face :background "DarkOrange")))
   "Writegood face for weasel words"
@@ -96,7 +96,7 @@
 ;; Passive Voice
 (defface writegood-passive-voice-face
   '((((class color))
-     (:inherit font-lock-warning-face :background "yellow")))
+     (:inherit font-lock-warning-face :background "LemonChiffon")))
   "Writegood face for passive-voice"
   :group 'writegood)
 
@@ -141,7 +141,7 @@
 ;; Duplicates
 (defface writegood-duplicates-face
   '((((class color) (background light))
-     (:inherit font-lock-warning-face :background "HotPink"))
+     (:inherit font-lock-warning-face :background "MistyRose"))
     (((class color) (background dark))
      (:inherit font-lock-warning-face :background "DeepPink")))
   "Writegood face for duplicate words"
@@ -195,7 +195,7 @@
 
 (define-minor-mode writegood-mode
   "Colorize issues with the writing in the buffer."
-  :lighter " WryteGud"
+  :lighter " Wg"
   (progn
     (if writegood-mode
        (writegood-turn-on)



reply via email to

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