mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-28 11:31:04 -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
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||||
"blocks": {
|
"blocks": [
|
||||||
...
|
...
|
||||||
},
|
],
|
||||||
"transient_prompt": {
|
"transient_prompt": {
|
||||||
"background": "transparent",
|
"background": "transparent",
|
||||||
"foreground": "#ffffff",
|
"foreground": "#ffffff",
|
||||||
|
|
Loading…
Reference in a new issue