branch: elpa/fedi
commit 1f0b18efe235fb17d2cd3e4cc185afd503ffcc41
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    fedi-post-success-face
---
 fedi-post.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/fedi-post.el b/fedi-post.el
index 717e3986a1c..0c9c745f987 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -53,8 +53,12 @@
 If `mastodon-tl--enable-proportional-fonts' is changed,
 mastodon.el needs to be re-loaded for this to be correctly set.")
 
+(defface fedi-post-success-face
+  `((t :inherit success))
+  "Face used for some status fields in post compose buffer.")
+
 (defgroup fedi-post nil
-  "Posting in Mastodon."
+  "Posting options for fedi.el."
   :prefix "fedi-post-"
   :group 'mastodon)
 
@@ -475,8 +479,8 @@ This is how mastodon does it."
                                  (if fedi-post-content-nsfw
                                      "NSFW"
                                    "")
-                                 'face 'mastodon-cw-face))
-      (cl-loop for item in fedi-status-fields-items
+                                 'face 'fedi-post-success-face))
+      (cl-loop for item in fedi-post-status-fields-items
                do (fedi-post--update-status-field item)))))
 
 

Reply via email to