zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
31.13k stars 1.86k forks source link

Suggestions Font Color In Guake Terminal Like The Default Terminal Font Color #171

Closed MohammedAl-Mahdawi closed 8 years ago

MohammedAl-Mahdawi commented 8 years ago

Hi,

I use Guake terminal with the default Ubuntu terminal, in the Ubuntu terminal, the suggestions color looks cool(darker than the default terminal font color). selection_103

But in Guake terminal the suggestions font color like the default font color.

selection_104

All the best, Mohammed

ericfreese commented 8 years ago

Hi Mohammed,

I'd guess this has something to do with your color scheme in Guake. Can you try setting the suggestion color to something else (like green, which appears to be working) to see if suggestion coloring is working for you at all? If that works, then you may try adjusting your color scheme, changing the light gray color to be a bit darker.

MohammedAl-Mahdawi commented 8 years ago

Hi Eric,

Thank you so much for your reply.

You are right, it is working fine now!

Here is what I did:

  1. run echo $ZSH_CUSTOM and the result was /home/mohammed/.oh-my-zsh/custom
  2. run cd /home/mohammed/.oh-my-zsh/custom
  3. run touch my_patches.zsh
  4. run vim my_patches.zsh and put in the file ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black,bold' save the file.
  5. Change my Guake terminal color scheme to Tango
  6. Opening new tab.

Now everything is fine.

All the best, Mohammed

unlocomqx commented 5 years ago

Thank you @MohammedAl-Mahdawi Here's a one liner for convenience echo "ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black,bold'" >> $ZSH_CUSTOM/my_patches.zsh