Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-05-11 08:06:39 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-05-11 08:06:39 (GMT)
commit1ae800bda04c809dd15f8393e951f6b33de5cc60 (patch)
treed30f845f19fd1dc90f54f3649d225c8c83a2e5bf /src
parentefb13708c9dba0a7de4a7c17381a46994166494f (diff)
Add green to list of valid colors #5577.
Diffstat (limited to 'src')
-rw-r--r--src/controlpanel/model/aboutme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controlpanel/model/aboutme.py b/src/controlpanel/model/aboutme.py
index 98726c6..536ecd1 100644
--- a/src/controlpanel/model/aboutme.py
+++ b/src/controlpanel/model/aboutme.py
@@ -74,8 +74,8 @@ def print_color():
def set_color(stroke, fill, modstroke='medium', modfill='medium'):
"""Set the system color by setting a fill and stroke color.
- fill : [red, orange, yellow, blue, purple]
- stroke : [red, orange, yellow, blue, purple]
+ fill : [red, orange, yellow, blue, green, purple]
+ stroke : [red, orange, yellow, blue, green, purple]
hue stroke : [dark, medium, light] (optional)
hue fill : [dark, medium, light] (optional)
"""