mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: correct syntax in configuration code
This commit is contained in:
parent
2772439cd1
commit
464b4263e6
|
@ -30,9 +30,9 @@ You need to extend or create a custom theme with your prompt overrides. For exam
|
|||
```json
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": {
|
||||
"blocks": [
|
||||
...
|
||||
},
|
||||
],
|
||||
"valid_line": {
|
||||
"background": "transparent",
|
||||
"foreground": "#ffffff",
|
||||
|
|
Loading…
Reference in a new issue