# Sample theme file
# Look in theme.h for a listing of possible values
#
# Global settings
#app.widgetColor = #000077
#app.baseColor = #666666
#app.textColor = white
#app.backgroundPic = icons/fog.ppm

# The main window
#mainWindow.baseColor = black
#mainWindow.textColor = white
#mainWindow.backgroundPic = icons/fog.ppm
#mainWindow.widgetColor = #000066

# the MDI area
#mdi.backgroundColor = blue
mdi.backgroundPic = icons/neon.gif

# The taskbar
taskBar.baseColor = black
taskBar.textColor = white
taskBar.backgroundColor = black

# The channel windows
#channelWindows.widgetColor = #666666
#channelWindows.baseColor = green
#channelWindows.backgroundColor = #FF00FF
#channelWindows.backgroundPic = icons/fog.ppm

# Title bars
titleBars.backgroundPic = icons/fog.ppm
titleBars.textColor = white
titleBars.fontFamily = Times
#titleBars.backgroundColor = yellow

# The chat area
chatArea.backgroundColor = black
chatArea.textColor = #AAAAAA
#chatArea.backgroundPic = icons/fog.ppm

# The nick Area
nickList.baseColor = black
nickList.textColor = #AAAAAA
nickList.backgroundColor = black
#nickList.backgroundPic = icons/fog.ppm

# The command line
commandLine.baseColor = black
commandLine.textColor = #AAAAAA
#commandLine.backgroundPic = icons/fog.ppm
commandLine.backgroundColor = black

# Various types of text
# Note that the default text color is chatArea.textColor
serverTxt.textColor = #0050ff
serverTxt.fontFamily = Courier
noticeTxt.textColor = green
ownTxt.textColor = white
internalTxt.textColor = #909090
privmsgTxt.textColor = #ff0000
actionTxt.textColor = #F000F0
#actionTxt.fontFamily = Times
#actionTxt.fontSize = 16
errorTxt.textColor = #ff0000

