comparison mcabber/mcabberrc.example @ 1268:dbc907b2d92f

Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 20 Aug 2007 19:41:31 +0200
parents c5257cbe6ae4
children 6495aa83d059
comparison
equal deleted inserted replaced
1267:c5257cbe6ae4 1268:dbc907b2d92f
247 # You can have a look at the contrib/themes/ directory to see some sample 247 # You can have a look at the contrib/themes/ directory to see some sample
248 # color settings. 248 # color settings.
249 # 249 #
250 # background: background color of the chat window and the log window 250 # background: background color of the chat window and the log window
251 # general: text color in the chat window and the log window 251 # general: text color in the chat window and the log window
252 # info: text color in the chat window for info messages
253 # msgin: text color in the chat window for incoming messages
252 # msgout: text color in the chat window for outgoing messages 254 # msgout: text color in the chat window for outgoing messages
253 # msghl: text color in the chat window for highlighted messages (MUC) 255 # msghl: text color in the chat window for highlighted messages (MUC)
254 # bgstatus: background color of the status lines 256 # bgstatus: background color of the status lines
255 # status: text color of the status lines 257 # status: text color of the status lines
256 # roster: text color of the roster (buddylist) normal items 258 # roster: text color of the roster (buddylist) normal items
259 # rosterselmsg:text color of the selected roster item, if there is a new msg 261 # rosterselmsg:text color of the selected roster item, if there is a new msg
260 # rosternewmsg: text color of items with unread messages 262 # rosternewmsg: text color of items with unread messages
261 # 263 #
262 #set color_background = black 264 #set color_background = black
263 #set color_general = white 265 #set color_general = white
266 #set color_info = white
267 #set color_msgin = white
264 #set color_msgout = cyan 268 #set color_msgout = cyan
265 #set color_msghl = yellow 269 #set color_msghl = yellow
266 #set color_bgstatus = blue 270 #set color_bgstatus = blue
267 #set color_status = white 271 #set color_status = white
268 #set color_roster = green 272 #set color_roster = green