You are on page 1of 2

// 800x600 text scheme file

// DEFAULT BUTTON TEXT


SchemeName = "Primary Button Text"
FontName = "Arial"
FontSize = 20
FgColor = "180 220 255 255"
BgColor = "0 0 0 141"
FgColorArmed = "255 255 255 255"
BgColorArmed = "120 160 200 67"

// COMMAND MENU TEXT


SchemeName = "CommandMenu Text"
FontName = "Arial"
FontSize = 17
FgColor = "180 220 255 255"
BgColor = "0 0 0 141"
FgColorArmed = "255 255 255 255"
BgColorArmed = "120 160 200 67"

// SCOREBOARD TEXT
SchemeName = "Scoreboard Text"
FontName = "Arial"
FontSize = 15
FontWeight = 0

// SCOREBOARD TITLE TEXT (team names, team scores)


SchemeName = "Scoreboard Title Text"
FontName = "Arial"
FontSize = 20
FontWeight = 700

// SCOREBOARD SMALL TEXT (headers, player #)


SchemeName = "Scoreboard Small Text"
FontName = "Arial"
FontSize = 12
FontWeight = 0

// TITLE FONT in TFC selection menus


SchemeName = "Title Font"
FontName = "Arial"
FontSize = 26
FgColor = "124 175 222 255"

// CLASSDESC, MAPDESC, MOTD text windows


SchemeName = "Briefing Text"
FontName = "Arial"
FontSize = 15
FontWeight = 0
FgColor = "180 220 255 255"

// Team info text (list of players, etc)


// fgColor is automatically set to the teams color
SchemeName = "Team Info Text"
FontName = "Arial"
FontSize = 15
FontWeight = 0

You might also like