comparison mcabber/mcabberrc.example @ 1204:e802ec0c02d2

Basic support for nick highlighting in MUC rooms (the whole line is colored)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 21:52:57 +0200
parents ef40688d87bd
children abc5847d1613
comparison
equal deleted inserted replaced
1203:c96fef31ff96 1204:e802ec0c02d2
228 # color settings. 228 # color settings.
229 # 229 #
230 # background: background color of the chat window and the log window 230 # background: background color of the chat window and the log window
231 # general: text color in the chat window and the log window 231 # general: text color in the chat window and the log window
232 # msgout: text color in the chat window for outgoing messages 232 # msgout: text color in the chat window for outgoing messages
233 # msghl: text color in the chat window for highlighted messages (MUC)
233 # bgstatus: background color of the status lines 234 # bgstatus: background color of the status lines
234 # status: text color of the status lines 235 # status: text color of the status lines
235 # roster: text color of the roster (buddylist) normal items 236 # roster: text color of the roster (buddylist) normal items
236 # bgrostersel: background color of the selected roster item 237 # bgrostersel: background color of the selected roster item
237 # rostersel: text color of the selected roster item 238 # rostersel: text color of the selected roster item
239 # rosternewmsg: text color of items with unread messages 240 # rosternewmsg: text color of items with unread messages
240 # 241 #
241 #set color_background = black 242 #set color_background = black
242 #set color_general = white 243 #set color_general = white
243 #set color_msgout = cyan 244 #set color_msgout = cyan
245 #set color_msghl = yellow
244 #set color_bgstatus = blue 246 #set color_bgstatus = blue
245 #set color_status = white 247 #set color_status = white
246 #set color_roster = green 248 #set color_roster = green
247 #set color_bgrostersel = cyan 249 #set color_bgrostersel = cyan
248 #set color_rostersel = blue 250 #set color_rostersel = blue