-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area/demohelp wantedtype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features
Milestone
Description
Similar to the box drawing and powerlines buttons in the test tab of the demo, a helper for printing out different color modes would be of great help. Something like this to give an idea, but that prints every color (a separate button for each color mode?)
echo -e '\x1b[0mDefault'
echo -e '\x1b[7mDefault (inverse)\x1b[0m'
echo -e '\x1b[33mPalette 16 (color #3, yellow)\x1b[0m'
echo -e '\x1b[38;5;50mPalette 256 (color #50)\x1b[0m'
echo -e '\x1b[38;2;255;0;0mRGB/True color (color #FF0000)\x1b[0m'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/demohelp wantedtype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features