My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add proper colors for change_mode

yemou 77b94002 51d3c9e1

+2 -2
+2 -2
config/thm/templates/light/halloy.toml.template
··· 36 36 border_selected = "#{color8}80" 37 37 38 38 [buffer.server_messages] 39 - change_host = { color ="#{color8}", font_style = "italic" } 40 - change_mode = "#ffff00" 39 + change_host = { color = "#{color8}", font_style = "italic" } 40 + change_mode = { color = "#{color8}", font_style = "italic"} 41 41 change_nick = { color = "#{color8}", font_style = "italic" } 42 42 change_topic = { color = "#{color0}", font_style = "bold-italic" } 43 43 join = { color = "#{color8}", font_style = "italic" }