docs(transient): use array instead of object for sample

This commit is contained in:
MFedatto 2024-01-12 09:48:38 -03:00 committed by GitHub
parent 04b75ec476
commit 72294e61e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",