diff options
| -rw-r--r-- | activity_bar.pl | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/activity_bar.pl b/activity_bar.pl index fdb02f8..9c4f54a 100644 --- a/activity_bar.pl +++ b/activity_bar.pl @@ -75,7 +75,7 @@ sub print_cb {  	my $buffer_notify = weechat::buffer_get_integer($buffer, 'notify');  	if ($buffer_type eq 'private') { -		anybar_send('blue'); +		anybar_send('orange');  	}  	elsif ($highlight == 1) {  		anybar_send('purple'); @@ -83,7 +83,7 @@ sub print_cb {  	# Notify about regular messages if the buffer's `notify` property allows it.  	elsif ($buffer_notify > 1) { -		anybar_send('orange'); +		anybar_send('blue');  	}  	return weechat::WEECHAT_RC_OK; | 
