docs: adjust block layout in samples

This commit is contained in:
Bahnschrift 2022-04-24 16:45:11 +10:00 committed by GitHub
parent 8e40cebf93
commit 3b35821abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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