mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
blue on black, tears on a river, push on a shove, it don't mean much
(make colorized playbook runs not suck on black terminals)
This commit is contained in:
parent
2030f82bf2
commit
e035ce97ce
3 changed files with 6 additions and 7 deletions
|
@ -40,6 +40,7 @@ codeCodes = {
|
|||
'blue': '0;34', 'white': '1;37',
|
||||
'green': '0;32', 'bright blue': '1;34',
|
||||
'cyan': '0;36', 'bright green': '1;32',
|
||||
# 'cyan': '0;32', 'bright green': '1;32',
|
||||
'red': '0;31', 'bright cyan': '1;36',
|
||||
'purple': '0;35', 'bright red': '1;31',
|
||||
'yellow': '0;33', 'bright purple': '1;35',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue