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
Problem description
Several color schemes specify colors beyond the 16 color palette. I've noticed this has been the case for many months but never reported it.
Steps to reproduce
Select an afflicted color scheme.
Display colors 16 through 21 of the 256 color palette.
Expected behavior
Colors 16 through 255 should be the same no matter which color scheme is in use.
Additional information
After extracting Termux: Styling's APK, running this grep command inside of assets/colors will show the list of files affected:
mii-colors.py.txt
Example Python script to assist in showing the 16 color, 256 color, and (part of) the 24-bit color sets. (Edit: Landscape orientation highly recommended if on-device)
Using the Python script I provided, this is the default and Spacemacs (as of this time) color schemes. (EDIT) You probably can tell the difference in the first color cube.
Agree for all schemes which actually cause color cube to be inconsistent like in a case with spacemacs. Some themes specify additional colors from #16 to #21. Some specify only #16. Both cases are incorrect and rather seem to be a theme porting mistake.
The full 256-color themes should be left as is. Currently they are: nancy, black-on-white, white-on-black.
Problem description
Several color schemes specify colors beyond the 16 color palette. I've noticed this has been the case for many months but never reported it.
Steps to reproduce
Expected behavior
Colors 16 through 255 should be the same no matter which color scheme is in use.
Additional information
After extracting Termux: Styling's APK, running this
grep
command inside ofassets/colors
will show the list of files affected:This will show some of the colors that should be consistent no matter which color scheme is selected:
The text was updated successfully, but these errors were encountered: