diff --git a/pywal/util.py b/pywal/util.py index ab5debf..2b9e3ef 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -23,7 +23,7 @@ class Color: def set_grey(colors): - """Set a grey color based on the brightness + """Set a grey color based on the brightness of another color.""" return { "0": "#666666",