docs: correct syntax in configuration code

This commit is contained in:
vimo 2022-09-10 14:07:56 +05:30 committed by Jan De Dobbeleer
parent 2772439cd1
commit 464b4263e6

View file

@ -30,9 +30,9 @@ You need to extend or create a custom theme with your prompt overrides. 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": [
... ...
}, ],
"valid_line": { "valid_line": {
"background": "transparent", "background": "transparent",
"foreground": "#ffffff", "foreground": "#ffffff",