Powerlevel10k: How to change colors?

Created on 7 Jun 2020  路  4Comments  路  Source: romkatv/powerlevel10k

Please tell me in what parameters can I change the colors of the text?
And if someone at the same time tells me how to change or remove the selection (background) of modified dirs (and files) in the branch - I will be just happy.
image
I tried to find in the config, but I almost went crazy, there are so many things.

Most helpful comment

This should help:

The last link will tell you that Powerlevel10k doesn't affect the colors of ls in any way. You can google how to change them. I personally use this:

export LS_COLORS='rs=0:no=00:mi=00:mh=00:ln=01;36:or=01;31:di=01;34:ow=04;01;34:st=34:tw=04;34:pi=01;33:so=01;33:do=01;33:bd=01;33:cd=01;33:su=01;35:sg=01;35:ca=01;35:ex=01;32:'

This works very well on WSL and doesn't overwhelm with colors, nor does it slow down zsh startup.

All 4 comments

According to the readme, have you tried

The parameters you are looking for are called 
POWERLEVEL9K_DIR_BACKGROUND, 
POWERLEVEL9K_DIR_FOREGROUND, 
POWERLEVEL9K_DIR_SHORTENED_FOREGROUND, POWERLEVEL9K_DIR_ANCHOR_FOREGROUND and 
POWERLEVEL9K_DIR_ANCHOR_BOLD. 

You can find them in in ~/.p10k.zsh

also a pretty good reference for setting up colors.

This should help:

The last link will tell you that Powerlevel10k doesn't affect the colors of ls in any way. You can google how to change them. I personally use this:

export LS_COLORS='rs=0:no=00:mi=00:mh=00:ln=01;36:or=01;31:di=01;34:ow=04;01;34:st=34:tw=04;34:pi=01;33:so=01;33:do=01;33:bd=01;33:cd=01;33:su=01;35:sg=01;35:ca=01;35:ex=01;32:'

This works very well on WSL and doesn't overwhelm with colors, nor does it slow down zsh startup.

My regards!!
Thank you for your time. Have a nice day!

Thanks a lot @romkatv !!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zemuldo picture zemuldo  路  4Comments

rpathak38 picture rpathak38  路  4Comments

gibfahn picture gibfahn  路  5Comments

lucascosti picture lucascosti  路  5Comments

ImKifu picture ImKifu  路  3Comments