Pure: How to set color for path and git info?

Created on 23 Apr 2018  路  5Comments  路  Source: sindresorhus/pure

The default colors are really dark for by terminal background. After searching for a while in the issues and making some tries I wasn't able to figure it out.

Thanks in advance and thank you for the awesome project.

Most helpful comment

How about changing the default color to something else? blue is really not legible with the default color scheme. Related line:

https://github.com/sindresorhus/pure/blob/37fc76d8a74b98a9fbcc697ca7efd600e669311e/pure.zsh#L128

All 5 comments

I think, colors are not customizable at the moment. Relevant issue: https://github.com/sindresorhus/pure/issues/306

@sudo-nice Thanks for your response.

I thought it would be possible since in the screenshot of the README the path info looks definitively brighter than what I see in my terminal (which actually doesn't fit very well with my color scheme).

https://github.com/sindresorhus/pure/raw/master/screenshot.png

And in my terminal:

zsh

@julenpardo, the README also says:

In the screenshot you see Pure running in Hyper with the hyper-snazzy theme and Menlo font.

The snazzy theme modifies the default colors of the terminal.

How about changing the default color to something else? blue is really not legible with the default color scheme. Related line:

https://github.com/sindresorhus/pure/blob/37fc76d8a74b98a9fbcc697ca7efd600e669311e/pure.zsh#L128

@alecsgone, from the README:

To have commands colorized as seen in the screenshot, install zsh-syntax-highlighting.

Was this page helpful?
0 / 5 - 0 ratings