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

Closed
MohammedAl-Mahdawi opened this Issue Jun 11, 2016 · 2 comments

2 participants

@MohammedAl-Mahdawi

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 ericfreese added the support label Jun 11, 2016
@ericfreese
zsh-users member

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment