walles / moar

Moar is a pager. It's designed to just do the right thing without any configuration.
Other
585 stars 17 forks source link

Use 24-bit color if `COLORTERM=truecolor` is in the environment #195

Closed Wallunen closed 4 months ago

Wallunen commented 4 months ago

Setting the COLORTERM environment variable to truecolor is used to indicate 24-bit color support. It's set by default in terminal emulators such as Alacritty, kitty, iTerm2, Hyper, Tabby, WezTerm.

walles commented 4 months ago

Thanks @Wallunen!