You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you only allow the bright colors, which are ANSI codes 90 to 96; In the AVAILABLE_COLORS enum in your main file, if additional entries were added with the codes 30 to 36, and their respective keys given something like "dark_" as a prefix, you could double the number of colors offered to users. I might try a pull request if someone else hasn't already, doesn't seem like too big a change.
The text was updated successfully, but these errors were encountered:
I noticed that you only allow the bright colors, which are ANSI codes 90 to 96; In the
AVAILABLE_COLORS
enum in your main file, if additional entries were added with the codes 30 to 36, and their respective keys given something like "dark_" as a prefix, you could double the number of colors offered to users. I might try a pull request if someone else hasn't already, doesn't seem like too big a change.The text was updated successfully, but these errors were encountered: