From dd093436c06d315229924733ae1f92ad257ac6c7 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Sat, 21 Jan 2023 12:53:51 -0600
Subject: Configure (commented for now) jabber nick colors

Still need to mess with the values.
---
 init.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/init.el b/init.el
index edc63ab..95f3687 100644
--- a/init.el
+++ b/init.el
@@ -373,6 +373,14 @@ With prefix ARG, toggle the value of
           jabber-chat-local-prompt-format (format "%%>%dn | " jabber-prefix-width)
           jabber-chat-foreign-prompt-format (format "%%>%dn | " jabber-prefix-width)
           jabber-muc-private-foreign-prompt-format "\n%g/%n | ")
+  ;; jabber muc nick coloring
+  ;; wgreenhous | I found 1.5 ok for saturation and 2.0 for value (modus)
+  ;; (setopt jabber-muc-nick-value 1.0
+  ;;         jabber-muc-nick-saturation 1.0
+  ;;         jabber-muc-colorize-local t
+  ;;         jabber-muc-colorize-foreign t)
+  ;; When changing the above values, make sure to
+  ;; (setq jabber-muc-participant-colors nil)
   (add-hook 'jabber-chat-mode-hook #'jabber-ui-setup)
   (keymap-global-set "C-x C-j" #'dired-jump)  ; Extremely annoying fix
   (require 'jabber-httpupload nil t)
-- 
cgit 1.4.1-21-gabe81