File: style_list.py

package info (click to toggle)
colored 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 2,064; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
STYLES: tuple = (
    'bold',
    'dim',
    'italic',
    'underlined4',
    'blink',
    'reverse',
    'hidden',
    'strikeout',
    'reset',
    'res_bold',
    'res_dim',
    'res_underlined',
    'res_blink',
    'res_reverse',
    'res_hidden'
)