# This file controls the colors used to highlight messages in the
# console.
# Valid colors are:
# black, darkgrey, grey, white
# red, darkred, yellow, brown, green, darkgreen,
# cyan, darkcyan, blue, darkblue, magenta, darkmagenta,
# default
# 
# Format:
# [Message type]
# <message domain> [foreground color][/background color]

# Set to 0 to disable colors
useColors 1

[message]
attackMon cyan 
attackMonMiss cyan 
attacked magenta 
attackedMiss magenta 

connection darkgreen
drop blue
useItem blue

skill green 

success green
system yellow
pm yellow
pm/sent yellow
guildchat darkgreen
selfchat green
list white
info white
equip grey
teleport yellow

[error]
default red

[warning]
default yellow
info yellow

[debug]
default default
