# NOTES:
#  - Color values can be specified in RGB or HTML format  (RRR GGG BBB) or (#RRGGBB)
#  - Items on the left-side (e.g. Name = ) are CASE-SENSITIVE
#  - Don't modify files provided by the system or else you may lose your changes
#  - There is a special folder that you should place your own Theme files in; usually, this is:
#    {POP-PEEPER-DATA}\Themes\Config\
#    e.g. C:\Users\[username]\AppData\Roaming\POP Peeper\Themes\Config\
#  - This file is for reference and contains a listing of all possible values; 
#    you do not need to provide every color; utilize defaults and fallback values
#  - In some cases, colors will be auto-calculated if not provided (e.g. "hot" colors will use the "back" color
#    but it's usually better if you provide your own colors (especially true for buttons)

# Terminology:
# - Back: The primary color to paint the element
# - Text: Color of the text
# - Hot: when mouse is over the item
# - Disabled: when the button/text cannot be used



# Info ------------------------------------------------------------------------
# This section is required
# - Name: provide a unique name
# - Short: List the dominant color-scheme
# - Long: Provide an optional, longer description; flavor text
# - Author: Provide your name so you can reap the glory (optional)
[Info]
Name = Sample
Short = Sample
Long  = System-provided Sample theme
Author = Your name/pseudonym




# Template --------------------------------------------------------------------
# Optional
# Providing just the [Template] and [Default_Button] sections will allow you to quickly visualize a color scheme
# Currently, supported "Id" values are 1 and 2 ("Id" is required)
# This will not colorize buttons; you should provide a separate [Default_Button] section with at least "NormalBack" ("HotBack" is recommended)
# Id=1
#      Back1: Main/Message/SendMail, Menu, Statusbar, ListHeader
#      Back2: Toolbar, Main page and tab, SendMail header
#
# Id=2 (similar to 1, except Statusbar uses Back2)
#      Back1: Main/Message/SendMail, Menu, ListHeader
#      Back2: Toolbar, Statusbar, Main page and tab, SendMail header

[Template]
Id = 1
Back1 = 192 192 192
Back2 = 128 128 128
Text1 = 0 0 0
Text2 = 255 255 255
MailList = 224 224 224
Dividers = 255 255 255




# =============================================================================
# =============================================================================
# =============================================================================
# Default and shared elements
# =============================================================================



# Default ---------------------------------------------------------------------
# Recommended
# Most values that aren't provided will fall back to this section
# Null: this provides a way to see which colors haven't been assigned.  Use a color that can be easily seen against your theme.
# note that some values will be auto-calculated and may not fall-back to [default]
[Default]
#Null = 255 0 255
Text = 255 255 255
Back = 64 64 64


# Default_Toolbar -------------------------------------------------------------
# Specify default values for Main/Message/SendMail_Toolbar
[Default_Toolbar]
Text = 255 255 255
Back = 78 94 116
Hot = 160 160 176


# Default_Menu ----------------------------------------------------------------
# Specify default values for Main/Message/SendMail_Menu
[Default_Menu]
Text = 255 255 255
Back = 64 64 80
Selected = 0 68 120
Hot = 0 45 80


# Default_Status --------------------------------------------------------------
# Specify default values for Main/SendMail_Status
[Default_Status]
Text = 255 255 255
Back = 64 64 80
Border = #D7D7D7


# Default_Button --------------------------------------------------------------
# The 4 "non-normal" states will fall-back to the "NormalBorder/Back"
# - "NormalBack" must be provided
# - "HotBack" is highly recommended (it will be auto-calculated if not provided)
# - Other colors can be auto-calculated from the above 2 values, but are still recommended
# note: 'DefaultBack/Border' is what button would activate if user presses spacebar
# note: 'Text' was added in v6
[Default_Button]
NormalBack = 64 64 64
NormalBorder = 96 96 96

DisabledBack = 32 32 32
DisabledBorder = 64 64 64

HotBack =  64 76 92
HotBorder = 0 120 215

PressedBack = 92 108 128
PressedBorder = 0 160 240

DefaultBack = 64 64 64
DefaultBorder = 0 160 240

Text = 255 255 255


# Main_Button --------------------------------------------------------------
# reference: Default_Button
# note: 'Main_Button' was added in v6
[Main_Button]

NormalBorder = 64 64 64
NormalBack = 96 96 96

HotBorder = 0 120 215
HotBack =  70 83 100

Text = 255 255 255




# Combo_Accounts --------------------------------------------------------------
# This will apply to all relevant "Account" dropdowns
[Combo_Accounts]
MenuText = 255 255 255
MenuBack = 64 64 64


# =============================================================================
# =============================================================================
# =============================================================================
# Elements on the MAIN window
# =============================================================================

# note: 'Text' was added in v6
[Main]
Text = 255 255 255
Back = 64 64 64


[Main_Page]
Text = 255 255 255
Back = 96 96 96


# Main_Status: Fallback to [Default_Status]
[Main_Status]
Text = 255 255 255
Back = 64 64 80
Border = #D7D7D7


[Main_ListHeader]
Text = 255 255 255
Back = 64 64 64
Divider = 128 128 128
# HotBack = 128 128 128				Hotback is not currently implemented


# This color should be a VERY dark/light color to provide the most contrast with the user-provided text color of accounts
[Main_MailList]
Back = 16 16 16


# SelectedBack defaults to Main_Page/Back; UnSelectedBack defaults to Default/Back
[Main_Tab]
SelectedText = 255 255 255
UnSelectedText = 208 208 208
SelectedBack = 64 64 64
UnSelectedBack = 32 32 32


# Main_Toolbar: Fallback to [Default_Toolbar]
[Main_Toolbar]
Text = 255 255 255
Back = 78 94 116
Hot = 160 160 176


# Main_Menu: Fallback to [Default_Menu]
[Main_Menu]
Text = 255 255 255
Back = 64 64 80
Selected = 0 68 120
Hot = 0 45 80


# Main_Searchbox: Fallback to internal values
# Text1 is text that the user types; Text2 is the empty text ("Search <Ctrl+K>")
[Main_Searchbox]
Text1 = 0 0 0
Text2 = 112 112 112
Back = 208 240 255


# Status_Button: Fallback to [Default_Button]
# This provides the colors for the buttons that appear in the status bar
# See [Default_Button] for details
[Status_Button]
NormalBack = 64 64 64
NormalBorder = 96 96 96

DisabledBack = 32 32 32
DisabledBorder = 64 64 64

HotBack =  64 76 92
HotBorder = 0 120 215

PressedBack = 92 108 128
PressedBorder = 0 160 240

DefaultBack = 64 64 64
DefaultBorder = 0 160 240





# =============================================================================
# =============================================================================
# =============================================================================
# Elements on the VIEW-MESSAGE window
# =============================================================================


[Message]
Text = 255 255 255
Back = 64 64 64


# Message_Toolbar: Fallback to [Default_Toolbar]
[Message_Toolbar]
Text = 255 255 255
Back = 78 94 116
Hot = 160 160 176


# Message_Menu: Fallback to [Default_Menu]
[Message_Menu]
Text = 255 255 255
Back = 64 64 80
Selected = 0 68 120
Hot = 0 45 80





# =============================================================================
# =============================================================================
# =============================================================================
# Elements on the SendMail (compose) window
# =============================================================================


[SendMail]
Text = 255 255 255
Back = 64 64 64


[SendMail_Header]
LabelText = #000000
LabelBack = #FFFFFF
EditText = #000000
EditBack = #FFFFFF
DisabledBack = 104 104 104
Lines = #F0F0F0


# SendMail_Toolbar: Fallback to [Default_Toolbar]
[SendMail_Toolbar]
Text = 255 255 255
Back = 78 94 116
Hot = 160 160 176


# SendMail_Menu: Fallback to [Default_Menu]
[SendMail_Menu]
Text = 255 255 255
Back = 64 64 80
Selected = 0 68 120
Hot = 0 45 80


# SendMail_Status: Fallback to [Default_Status]
[SendMail_Status]
Text = 255 255 255
Back = 64 64 80
Border = #D7D7D7




# =============================================================================
# =============================================================================
# =============================================================================
# Elements on the NEW MAIL (aka Desktop Alert) window
# =============================================================================


# NewMail: defines all the colors for the "New Mail" window
# This section is optional; colors from the main window will be used for auto-calculation
# Note: you can use the theme button action "reload theme" to easily access the New Mail window

[NewMail]
Back = #FF0000
Text = #00FF00
HeaderBack = #FF0000
HeaderText = #00FF00
HeaderDiv = #0000FF
ListBack = #FF0000
ListText = #00FF00
PpText = #0000FF
NewText = #FF00FF

# Buttons can be auto-calculated based on the "normal" and (optionally) "hot" colors
BtnNormalBack = #FF0000
#BtnNormalBorder = 
BtnHotBack = #0000FF
#BtnHotBorder = 
#BtnPressedBack = 
#BtnPressedBorder = 
#BtnDefaultBack = 
#BtnDefaultBorder = 
#BtnDisabledBack = 
#BtnDisabledBorder = 




