mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
docs: mention that vscode terminal does not respect foreground colors chosen by the user by default
This commit is contained in:
parent
b28d68f44b
commit
3395c828b2
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1342,6 +1342,12 @@ typeset -g POWERLEVEL9K_TIME_FOREGROUND='#FF0000'
|
||||||
*Related:*
|
*Related:*
|
||||||
- [Directory is difficult to see in prompt when using Rainbow style.](
|
- [Directory is difficult to see in prompt when using Rainbow style.](
|
||||||
#directory-is-difficult-to-see-in-prompt-when-using-rainbow-style)
|
#directory-is-difficult-to-see-in-prompt-when-using-rainbow-style)
|
||||||
|
- [Incorrect foreground color in VSCode Terminal.](#incorrect-foreground-color-in-vscode-terminal)
|
||||||
|
|
||||||
|
By default, VSCode Terminal may arbitrarily replace the foreground color of your choice with a
|
||||||
|
different color. This behavior can be
|
||||||
|
[turned off](https://code.visualstudio.com/docs/terminal/appearance#_minimum-contrast-ratio) in
|
||||||
|
VSCode settings.
|
||||||
|
|
||||||
### Why does Powerlevel10k spawn extra processes?
|
### Why does Powerlevel10k spawn extra processes?
|
||||||
|
|
||||||
|
@ -1531,6 +1537,7 @@ Powerlevel10k are released. This may change in the future but not soon.
|
||||||
- [Transient prompt stops working after some time](#transient-prompt-stops-working-after-some-time)
|
- [Transient prompt stops working after some time](#transient-prompt-stops-working-after-some-time)
|
||||||
- [Cannot make Powerlevel10k work with my plugin manager](#cannot-make-powerlevel10k-work-with-my-plugin-manager)
|
- [Cannot make Powerlevel10k work with my plugin manager](#cannot-make-powerlevel10k-work-with-my-plugin-manager)
|
||||||
- [Directory is difficult to see in prompt when using Rainbow style](#directory-is-difficult-to-see-in-prompt-when-using-rainbow-style)
|
- [Directory is difficult to see in prompt when using Rainbow style](#directory-is-difficult-to-see-in-prompt-when-using-rainbow-style)
|
||||||
|
- [Incorrect foreground color in VSCode Terminal.](#incorrect-foreground-color-in-vscode-terminal)
|
||||||
- [Horrific mess when resizing terminal window](#horrific-mess-when-resizing-terminal-window)
|
- [Horrific mess when resizing terminal window](#horrific-mess-when-resizing-terminal-window)
|
||||||
- [Icons cut off in Konsole](#icons-cut-off-in-konsole)
|
- [Icons cut off in Konsole](#icons-cut-off-in-konsole)
|
||||||
- [Arch Linux logo has a dot in the bottom right corner](#arch-linux-logo-has-a-dot-in-the-bottom-right-corner)
|
- [Arch Linux logo has a dot in the bottom right corner](#arch-linux-logo-has-a-dot-in-the-bottom-right-corner)
|
||||||
|
@ -1874,6 +1881,15 @@ There are several ways to fix this.
|
||||||
`POWERLEVEL9K_DIR_ANCHOR_FOREGROUND` and `POWERLEVEL9K_DIR_ANCHOR_BOLD`. You can find them in
|
`POWERLEVEL9K_DIR_ANCHOR_FOREGROUND` and `POWERLEVEL9K_DIR_ANCHOR_BOLD`. You can find them in
|
||||||
`~/.p10k.zsh`.
|
`~/.p10k.zsh`.
|
||||||
|
|
||||||
|
*Related*: [Incorrect foreground color in VSCode Terminal.](#incorrect-foreground-color-in-vscode-terminal)
|
||||||
|
|
||||||
|
### Incorrect foreground color in VSCode Terminal
|
||||||
|
|
||||||
|
By default, VSCode Terminal may arbitrarily replace the foreground color of your choice with a
|
||||||
|
different color. This behavior can be
|
||||||
|
[turned off](https://code.visualstudio.com/docs/terminal/appearance#_minimum-contrast-ratio) in
|
||||||
|
VSCode settings.
|
||||||
|
|
||||||
### Horrific mess when resizing terminal window
|
### Horrific mess when resizing terminal window
|
||||||
|
|
||||||
When you resize a terminal window horizontally back and forth a few times, you might see this ugly
|
When you resize a terminal window horizontally back and forth a few times, you might see this ugly
|
||||||
|
|
Loading…
Reference in a new issue