# LimeWire Skin Colors and Fonts

# Version number of LimeWire's skinning system
# Default 2, don't change this
THEME_VERSION=2

# As a test color to see where these show up, use #ff33cc hot pink

#### Face backgrounds ####

# Main window and dialog box background color
# Default #d4d0c8 light gray
WINDOW2_COLOR=#6C6C6C

# Menu background color
# Default #d4d0c8 light gray
WINDOW12_COLOR=#D1D175

# Table header background color, made lighter and darker for highlight and shadow, and audio player background color
# Default #cad4df light blue
TABLE_HEADER_BACKGROUND_COLOR=#C2C247

#### Area backgrounds ####

# Background color in text boxes
# Default #ffffff white
WINDOW7_COLOR=#D1D175

# Background color in multiline text boxes, password boxes, and the tree on the left in Options
# Default #ffffff white
WINDOW6_COLOR=#999933

# List and table background color, one of the two stripe colors
# Default #ffffff white
TABLE_BACKGROUND_COLOR=#999933

# List and table stripe color, the other stripe color
# Default #eef3ff bluish white
TABLE_ALTERNATE_COLOR=#C2C247

#### Special backgrounds ####

# Top of the gradient of the selected Search Type button
# Default #ffffff white
SEARCH_FILTER_TITLE_TOP_COLOR=#D1D175

# Bottom of the gradient of the selected Search Type button
# Default #ffcc00 yellow
SEARCH_FILTER_TITLE_COLOR=#6C6C6C

# Background color of the Search Type buttons that aren't selected, borders of sections in options, color of pressed button
# Default #c1beb7 light gray
SECONDARY2_COLOR=#999933

# Top of the gradient of the search panel
# Default #ffffff white
SEARCH_PANEL_BG_1=#6C6C6C

# Bottom of the gradient of the search panel
# Default #cad4df light blue
SEARCH_PANEL_BG_2=#C2C247

#### Borders ####

# Menu and tab highlight, check box and radio button fill
# Default #efefef bluish white
WINDOW3_COLOR=#C2C247

# Outline around buttons, text boxes, check boxes, radio buttons, and menus, shadow on menu bar and tabs
# Default #525a5a dark greenish gray
SECONDARY1_COLOR=#C2C247

# Border around Search Type buttons and the search area
# Default #000000 black
SEARCH_GRID_COLOR=#C2C247

#### Selection ####

# Selected table rows, selection on left in Options
# Default #d4d0c8 light gray
SECONDARY3_COLOR=#FFFF7A

# Selected list items, scrollbar highlight
# Default #d4d0c8 light gray
PRIMARY3_COLOR=#FFFF7A

# Selected menu item, scroll bar pad, table focus border, progress bar juice, check box and radio button float rings
# Default #90b2d5 light blue
PRIMARY2_COLOR=#D1D175

#### Other ####

# Color of the bubble in the status bar when it says you are sharing 0 files
# Default #d00005 red
NOT_SHARING_LABEL_COLOR=#d00005

# A private IP address in a table cell will show up in this color
# Default #ff0000 red
SEARCH_PRIVATE_IP_COLOR=#ff0000

#### Text Color ####

# Menu text color
# Default #000000 black
WINDOW9_COLOR=#336600

# Text in buttons and on tabs
# Default #000000 black
WINDOW4_COLOR=#336600

# Label text in main window and dialog boxes
# Default #000000 black
WINDOW1_COLOR=#336600

# Text color of section titles in options, highlight on scroll bars, checks and dots in check boxes and radio buttons
# Default #000000 black
PRIMARY1_COLOR=#336600

# Text in lists and tables
# Default #333333 dark gray
WINDOW8_COLOR=#336600

# Text color of an audio file in the Downloads table that's playing in the audio player
# Default #07aa00 green
SEARCH_RESULT_SPEED_COLOR=#336600

# Scroll bar arrows
# Default #0a246a dark blue
WINDOW5_COLOR=#336600

#### Fonts ####

# Tabs, buttons, and labels in windows
# Default Dialog, 1, 11
CONTROL_TEXT_FONT_NAME=Dialog
CONTROL_TEXT_FONT_STYLE=1
CONTROL_TEXT_FONT_SIZE=11

# Tooltips
# Default Verdana, 0, 10
SYSTEM_TEXT_FONT_NAME=Verdana
SYSTEM_TEXT_FONT_STYLE=0
SYSTEM_TEXT_FONT_SIZE=10

# Text in tables and lists
# Default Verdana, 0, 10
USER_TEXT_FONT_NAME=Verdana
USER_TEXT_FONT_STYLE=0
USER_TEXT_FONT_SIZE=10

#### Unused ####

# Default #000000 black
WINDOW10_COLOR=#000000

# Default #000081 dark blue
WINDOW11_COLOR=#000081

# Default Verdana, 1, 11
MENU_TEXT_FONT_NAME=Verdana
MENU_TEXT_FONT_STYLE=1
MENU_TEXT_FONT_SIZE=11

# Default Georgia, 1, 11
WINDOW_TITLE_FONT_NAME=Georgia
WINDOW_TITLE_FONT_STYLE=1
WINDOW_TITLE_FONT_SIZE=11

# Default Georgia, 1, 11
SUB_TEXT_FONT_NAME=Georgia
SUB_TEXT_FONT_STYLE=1
SUB_TEXT_FONT_SIZE=11
