mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Add vi_mode color control
This commit is contained in:
parent
bb4e9d4a5a
commit
2693ff394c
2 changed files with 26 additions and 3 deletions
|
|
@ -80,3 +80,17 @@ Powerlevel9k if you don't define any `POWERLEVEL9K_VCS_${STATE}_${COMPONENT}_FOR
|
|||
parameters. Note that both the icon and the text in each component always have the same color.
|
||||
There is currently no `POWERLEVEL9K_VCS_${STATE}_${COMPONENT}FORMAT_VISUAL_IDENTIFIER_COLOR`,
|
||||
although it's easy to implement if desired.
|
||||
|
||||
## VI mode colors
|
||||
|
||||
* `POWERLEVEL10K_VI_COMMAND_MODE_FG_COLOR (COLOR) [default="$DEFAULT_COLOR_INVERTED"]`
|
||||
* `POWERLEVEL10K_VI_VISUAL_MODE_FG_COLOR (COLOR) [default="$DEFAULT_COLOR_INVERTED"]`
|
||||
* `POWERLEVEL10K_VI_INSERT_MODE_FG_COLOR (COLOR) [default="$DEFAULT_COLOR_INVERTED"]`
|
||||
|
||||
VI mode font colors
|
||||
|
||||
* `POWERLEVEL10K_VI_COMMAND_MODE_BG_COLOR (COLOR) [default="$DEFAULT_COLOR"]`
|
||||
* `POWERLEVEL10K_VI_VISUAL_MODE_BG_COLOR (COLOR) [default="$DEFAULT_COLOR"]`
|
||||
* `POWERLEVEL10K_VI_INSERT_MODE_BG_COLOR (COLOR) [default="$DEFAULT_COLOR"]`
|
||||
|
||||
VI mode background colors:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue