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.

I tried to find in the config, but I almost went crazy, there are so many things.
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:
ls: https://github.com/romkatv/powerlevel10k/blob/master/README.md#which-aspects-of-shell-and-terminal-does-powerlevel10k-affectThe 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 !!!!
Most helpful comment
This should help:
ls: https://github.com/romkatv/powerlevel10k/blob/master/README.md#which-aspects-of-shell-and-terminal-does-powerlevel10k-affectThe last link will tell you that Powerlevel10k doesn't affect the colors of
lsin any way. You can google how to change them. I personally use this:This works very well on WSL and doesn't overwhelm with colors, nor does it slow down zsh startup.