muesli / termenv

Advanced ANSI style & color support for your terminal applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colors on default linux tty

vasa-chi opened this issue · comments

Currently, when I use termenv in default linux tty (TERM=linux), ColorProfile() returns Ascii, so there are no colors in output. But it does support standard ANSI color palette.

I've made a PR to fix that, if that's OK with you.

Fixed in master. Thank you!