mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
docs: adjust block layout in samples
This commit is contained in:
parent
8e40cebf93
commit
3b35821abc
|
@ -21,9 +21,9 @@ You need to extend or create a custom theme with your debug prompt override. For
|
|||
```json
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": {
|
||||
"blocks": [
|
||||
...
|
||||
},
|
||||
],
|
||||
"debug_prompt": {
|
||||
"background": "transparent",
|
||||
"foreground": "#ffffff",
|
||||
|
|
|
@ -20,9 +20,9 @@ You need to extend or create a custom theme with your secondary prompt override.
|
|||
```json
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": {
|
||||
"blocks": [
|
||||
...
|
||||
},
|
||||
],
|
||||
"secondary_prompt": {
|
||||
"background": "transparent",
|
||||
"foreground": "#ffffff",
|
||||
|
|
Loading…
Reference in a new issue