weechat icon indicating copy to clipboard operation
weechat copied to clipboard

Feature: "no-op" color code

Open qstrahl opened this issue 10 years ago • 5 comments

It would be very handy to have a color code that simply doesn't change the color being drawn -- for example, if I want weechat.color.chat_nick_suffix to be the same color as the preceding nick (which I do), or if I don't want people using my nick to change the color of their nick in the prefix, but DO want all the other behaviour associated with someone using my nick (which I also do).

qstrahl avatar Aug 18 '15 17:08 qstrahl

:+1:

highflyer77 avatar Aug 31 '15 18:08 highflyer77

weechat does not colorise the message. You can use colorize_lines.pl script to bold, underline the highlight message:

/set weechat.color.chat_highlight _251

weechatter avatar Aug 31 '15 19:08 weechatter

to bad you can't just use:

/set weechat.color.chat_highlight _

that way the color wouldn't change !

highflyer77 avatar Sep 01 '15 01:09 highflyer77

weechat does not colorise the message. You can use colorize_lines.pl script to bold, underline the highlight message:

/set weechat.color.chat_highlight _251

The proposition is for weechat to introduce a color code that means "do not change the color"; a no-op color code. I imagine that would have to be done on the level of weechat itself and not a script.

qstrahl avatar Sep 09 '15 16:09 qstrahl

if I don't want people using my nick to change the color of their nick in the prefix

This is now possible with /set weechat.look.highlight_prefix off

arza-zara avatar Oct 28 '24 12:10 arza-zara