Changeset - 4ceeb828cda2
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 14:09:18
timeless@gmail.com
spelling: palette
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/vcs/utils/termcolors.py
Show inline comments
 
@@ -123,7 +123,7 @@ DEFAULT_PALETTE = DARK_PALETTE
 
def parse_color_setting(config_string):
 
    """Parse a DJANGO_COLORS environment variable to produce the system palette
 

	
 
    The general form of a pallete definition is:
 
    The general form of a palette definition is:
 

	
 
        "palette;role=fg;role=fg/bg;role=fg,option,option;role=fg/bg,option,option"
 

	
 
@@ -135,7 +135,7 @@ def parse_color_setting(config_string):
 
        option is a display options.
 

	
 
    Specifying a named palette is the same as manually specifying the individual
 
    definitions for each role. Any individual definitions following the pallete
 
    definitions for each role. Any individual definitions following the palette
 
    definition will augment the base palette definition.
 

	
 
    Valid roles:
0 comments (0 inline, 0 general)