Description
Describe the bug
When using the avit theme, triggering tab completion options will render the already input characters to be grey (prompt triangle color, color 8) while newer characters are white (normal text color, color 16). This does not happen in other themes like the default robbyrussell theme.
To Reproduce
Steps to reproduce the behavior, for example:
Use a color scheme that has a contrasty different color 8 and color 16.
Type "ec" and then tab, you should see a list of options, and also your previously typed text changes color. If you type on, you will go back to the original default color (color 16).
Expected behavior
The colors should be consistent.
Desktop (please complete the following information):
- OS / Distro: Manjaro
- Latest ohmyzsh Update?: Yes
- ZSH Version: 5.8
- Terminal emulator: gnome-terminal
Additional context
This may be the theme forgetting to add "\e[39m" or "\e[0m" to reset colors in the end.