ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.02k stars 63 forks source link

What colour names does discordo support? #324

Closed nevillepark closed 10 months ago

nevillepark commented 10 months ago

Hi, when configuring discordo how should we specify colours? I tried the 8 ANSI colours but only some of them seemed to work.

ayn2op commented 10 months ago

W3C names and hex

List of color names supported: https://github.com/gdamore/tcell/blob/08c7757cd1c98810e46975da457c033dc8657ad8/color.go#L846

nevillepark commented 10 months ago

Thank you so much!