def print_format_table():
"""
prints table of formatted text format options
"""
for style in range(8):
for fg in range(30,38):
s1 = ''
for bg in range(40,48):
format = ';'.join([str(style), str(fg), str(bg)])
s1 += '\x1b[%sm %s \x1b[0m' % (format, format)
print(s1)
print('\n')
print_format_table()
-
https://stackoverflow.com/questions/287871/print-in-terminal-with-colorsThey all sux to visualize difference EXCEPT:
1) murphy
2) torte
:colorscheme murphy
-
https://links.infomee.fr/?3de1_gSympa à tester
via arnaudb
-
https://github.com/vim-scripts/Wombat