### This files needs to be in mircdir/PhotoServe/Settings (named PSCLiteColor.txt)
###  Comments: line start with #
### 
### colors are keywords like red green blue .. or the color values: #rrggbb   rr = red in hex gg = green in hex  bb = blue in hex



####SORT OF ORIGINAL PROFILE
###
###
### Format: rowlist key  FOREGROUND BACKGROUND  SELECTEDFOREGROUND

## incomplete:
rowlist      inc  #0000FF #FFFFFF #FFFFFF
 ##active (in queue or something)
rowlist      act  #000000 #E4E700 #000070
## complete
rowlist      com  #009200 #FFFFFF #FFFFFF
##
rowlist      cof  #009200 #FFFFFF #FFFFFF
## 
rowlist      ofn  #2175CE #BDDBFF #FFFFFF
## complete AND burned (marked as)
rowlist      bur #398E8C #FFFFFF #FFFFFF
## turned off 
rowlist      off #008200 #C6FFC6 #FFFFFF
## UNSET
rowlist      uns #C6C3C6 #FFFFFF #FFFFFF

##### 
#####
#####
####colors for the rest
color  LogBackGround white
color  LogForeGround black

color  TreeBackGround white
color  TreeForeGround black

color  CollectionViewBackGround white
color  CollectionViewSelectBackGround #a0a0a0

color  FontColorCollection orange
color  FontColorRED red
color  FontColorBLUE blue
color  FontColorGREEN green

## These colors modify the look of the Collection Groups depending on the type of the Group
color Tree_Official_Foreground #009200
color Tree_Official_Background #FFFFFF
color Tree_Custom_Foreground #0000FF
color Tree_Custom_Background #FFFFFF
color Tree_3rdParty_Foreground #A020F0
color Tree_3rdParty_Background #FFFFFF

## you can end a file with end in a single line 
## everything after that line is ignored.
