_styles = {
    'default': (0, 0),
    'bold': (1, 22),
    'dim': (2, 22),
    'italic': (3, 23),
    'underline': (4, 24),
    'inverse': (7, 27),
    'hidden': (8, 28),
    'strikethrough': (9, 29),

    'black': (30, 39),
    'red': (31, 39),
    'green': (32, 39),
    'yellow': (33, 39),
    'blue': (34, 39),
    'magenta': (35, 39),
    'cyan': (36, 39),
    'white': (37, 39),
    'light_black': (90, 39),
    'light_red': (91, 39),
    'light_green': (92, 39),
    'light_yellow': (93, 39),
    'light_blue': (94, 39),
    'light_magenta': (95, 39),
    'light_cyan': (96, 39),
    'light_white': (97, 39),

    'on_black': (40, 49),
    'on_red': (41, 49),
    'on_green': (42, 49),
    'on_yellow': (43, 49),
    'on_blue': (44, 49),
    'on_magenta': (45, 49),
    'on_cyan': (46, 49),
    'on_white': (47, 49),
    'on_light_black': (100, 49),
    'on_light_red': (101, 49),
    'on_light_green': (102, 49),
    'on_light_yellow': (103, 49),
    'on_light_blue': (104, 49),
    'on_light_magenta': (105, 49),
    'on_light_cyan': (106, 49),
    'on_light_white': (107, 49)
}
