Skip to content

Avit Tab Completion Color Issues #8952

Closed
@michaelmyc

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.

Screenshots and/or Recordings
Screenshot from 2020-05-20 19-26-59

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.

Metadata

Assignees

No one assigned

    Labels

    SupportRequest for support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions