Commit fc890e0c by vinoca

get rid of prefix of color value

parent c19365b9
...@@ -34,8 +34,8 @@ print(qr { ...@@ -34,8 +34,8 @@ print(qr {
symversion=0, symversion=0,
dpi=78, dpi=78,
casesensitive=false, casesensitive=false,
foreground="#48AF6D", foreground="48AF6D",
background="#3FAF6F" background="3FAF6F"
} }
) )
......
...@@ -15,8 +15,8 @@ print(qr { ...@@ -15,8 +15,8 @@ print(qr {
symversion=0, symversion=0,
dpi=78, dpi=78,
casesensitive=false, casesensitive=false,
foreground="#48AF6D", foreground="48AF6D",
background="#3FAF6F" background="3FAF6F"
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment