cslarsen / wpm

Typeracer-like console app for measuring your WPM
GNU Affero General Public License v3.0
322 stars 48 forks source link

Allow for highlighted non-256 colors #24

Closed cslarsen closed 6 years ago

cslarsen commented 6 years ago

For non-256 color terminals, we don't currently use highlighting to increase the available range of colors. This makes it look really bad on those terminals.

cslarsen commented 6 years ago

Added in 975eb1f1eaf1931ebf5e for non-256 color terminals (set TERM=xterm or xterm-color, for example).