-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
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:
grep -Pl '^color(1[6-9]|[2-9][0-9]+)=' ./*.propertiesThis will show some of the colors that should be consistent no matter which color scheme is selected:
printf '\033[38;5;255m'
for i in `seq 16 21` ; do
printf "\033[48;5;${i}m.${i}."
done
printf '\033[m\n'- Termux application version: 0.118.0; Styling: 0.30 (F-Droid)
- Android OS version: Android 12 (One UI: 4.1; not latest)
- Device model: Samsung Galaxy S21 5G (SM-G991U)
Metadata
Metadata
Assignees
Labels
No labels