# ========================================================================
# Copyright (c) 2016 - Julien Caillon (julien.caillon@gmail.com)
# This file is part of 3P.
# 
# 3P is a free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# 3P is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with 3P. If not, see <http://www.gnu.org/licenses/>.
# ========================================================================
# This file allows you to configure the styles of the application
# follow the format below : (tab separated values)
#
# > Style name
# color_type	color_in_html_format
# color_type2	color_in_html_format2
# ...
#
# For the field "PageBackGroundImage" you can put the file name of an image that would be located in /plugins/config/3p/Themes
# for instance :
# PageBackGroundImage	my_pic.png
#
# you can use aliases of already defined to color to avoid repetition, ex :
# color1	#000
# color2	@color1
# you can also an alias on the current AccentColor with : @AccentColor
#
# You can also use the two functions below :
# color1	darken(#FFF, 20%)
# color2	lighten(@color1, 10%)
#
# If you create cool themes, don't hesitate to submit them to me :)
# 


> The classic
PageBackGroundImage	
ThemeAccentColor	#1BA1E2
FormBack	#E6E6E6
FormFore	#1E1E1E
FormBorder	#647687
FormAltBack	#FAFAFA
SubTextFore	#471212
ScrollNormalBack	#CCCCCC
ScrollNormalFore	#666666
ScrollFocusedBack	@ScrollHoverBack
ScrollFocusedFore	@ScrollHoverFore
ScrollHoverBack	#CCCCCC
ScrollHoverFore	#252526
ScrollPressedBack	@ScrollNormalBack
ScrollPressedFore	@AccentColor
ScrollDisabledBack	#E6E6E6
ScrollDisabledFore	#B3B3B3
ButtonCheckedBack	@ButtonPressedBack
ButtonCheckedFore	@ButtonPressedFore
ButtonCheckedBorder	@ButtonPressedBorder
ButtonImageNormalBack	@FormBack
ButtonImageHoverBack	@ButtonHoverBack
ButtonImagePressedBack	@AccentColor
ButtonImageFocusedIndicator	@AccentColor
LabelNormalFore	#1E1E1E
LabelFocusedFore	@LabelHoverFore
LabelHoverFore	@AccentColor
LabelPressedFore	#000000
LabelDisabledFore	#969696
TabNormalFore	#6E6E6E
TabHoverFore	#3C3C3C
TabActiveFore	#1E1E1E
ButtonNormalBack	#E6E6E6
ButtonNormalFore	#1E1E1E
ButtonNormalBorder	#BEBEBE
ButtonFocusedBack	@ButtonNormalBack
ButtonFocusedFore	@ButtonNormalFore
ButtonFocusedBorder	@AccentColor
ButtonHoverBack	#D2D2D2
ButtonHoverFore	#1E1E1E
ButtonHoverBorder	#BEBEBE
ButtonPressedBack	@AccentColor
ButtonPressedFore	#1E1E1E
ButtonPressedBorder	@AccentColor
ButtonDisabledBack	#E6E6E6
ButtonDisabledFore	#646464
ButtonDisabledBorder	#BEBEBE
MenuNormalAltBack	@FormAltBack
MenuNormalBack	@FormBack
MenuNormalFore	@FormFore
MenuHoverBack	#CEE2FC
MenuHoverFore	#000000
MenuFocusedBack	#9AC2F9
MenuFocusedFore	#000000
AutoCompletionHighlightBack	#1BA1E2
AutoCompletionHighlightBorder	#FFAB00


> Monokawai
PageBackGroundImage	
ThemeAccentColor	#F0A30A
FormBack	#252526
FormFore	#D2D2D2
FormBorder	#647687
FormAltBack	#333333
SubTextFore	#649AD1
ScrollNormalBack	#333333
ScrollNormalFore	#999999
ScrollFocusedBack	@ScrollHoverBack
ScrollFocusedFore	@ScrollHoverFore
ScrollHoverBack	#333333
ScrollHoverFore	#CCCCCC
ScrollPressedBack	@ScrollNormalBack
ScrollPressedFore	@AccentColor
ScrollDisabledBack	#222222
ScrollDisabledFore	#555555
ButtonCheckedBack	@ButtonPressedBack
ButtonCheckedFore	@ButtonPressedFore
ButtonCheckedBorder	@ButtonPressedBorder
ButtonImageNormalBack	@FormBack
ButtonImageHoverBack	@ButtonHoverBack
ButtonImagePressedBack	@AccentColor
ButtonImageFocusedIndicator	@AccentColor
LabelNormalFore	#B4B4B5
LabelFocusedFore	@LabelHoverFore
LabelHoverFore	@AccentColor
LabelPressedFore	#5D5D5D
LabelDisabledFore	#505050TabNormalFore	#505050
TabHoverFore	#8C8C8C
TabActiveFore	#C1C1C2
ButtonNormalBack	#333333
ButtonNormalFore	#D1D1D1
ButtonNormalBorder	#333333
ButtonFocusedBack	@ButtonNormalBack
ButtonFocusedFore	@ButtonNormalFore
ButtonFocusedBorder	@AccentColor
ButtonHoverBack	#3E3E42
ButtonHoverFore	#D1D1D1
ButtonHoverBorder	#3E3E42
ButtonPressedBack	@AccentColor
ButtonPressedFore	#D1D1D1
ButtonPressedBorder	@AccentColor
ButtonDisabledBack	#333333
ButtonDisabledFore	#545454
ButtonDisabledBorder	#333333
MenuNormalAltBack	@FormAltBack
MenuNormalBack	@FormBack
MenuNormalFore	@FormFore
MenuHoverBack	#181718
MenuHoverFore	#D7D2D8
MenuFocusedBack	#0A3259
MenuFocusedFore	#F5CDA6
AutoCompletionHighlightBack	#5F0005
AutoCompletionHighlightBorder	#9D0008
GenericLinkColor	#F0A30A
GenericErrorColor	#CC0000