Dim the [+] box colors

This commit is contained in:
derv82
2018-03-31 23:59:50 -04:00
parent 72382cf381
commit acc8e296d5

View File

@@ -21,7 +21,7 @@ class Color(object):
# Helper string replacements # Helper string replacements
replacements = { replacements = {
'{+}': ' {W}[{G}+{W}]', '{+}': ' {W}{D}[{W}{G}+{W}{D}]{W}',
'{!}': ' {O}[{R}!{O}]{W}', '{!}': ' {O}[{R}!{O}]{W}',
'{?}': ' {W}[{C}?{W}]' '{?}': ' {W}[{C}?{W}]'
} }