mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
docs(transient): use array instead of object for sample
This commit is contained in:
parent
04b75ec476
commit
72294e61e4
|
@ -31,9 +31,9 @@ You need to extend or create a custom theme with your transient prompt. For exam
|
|||
```json
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": {
|
||||
"blocks": [
|
||||
...
|
||||
},
|
||||
],
|
||||
"transient_prompt": {
|
||||
"background": "transparent",
|
||||
"foreground": "#ffffff",
|
||||
|
|
Loading…
Reference in a new issue