Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add intenseTextStyle to the docs #381

Merged
merged 1 commit into from
Aug 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions TerminalDocs/customize-settings/profile-appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,23 @@ This sets the weight (lightness or heaviness of the strokes) for the profile's f
}
```

### Intense Text Formatting

This controls how "intense" text is formatted in the Terminal. "Intense" text is text formatted with the escape sequence `\x1b[1m`.

**Property name:** `intenseTextStyle`

**Necessity:** Optional

**Accepts:** `"none"`, `"bold"`, `"bright"`, `"all"`

* `"all"`: render intense text as both **bold** and bright
* `"bold"`: render intense text as **bold**, but not bright
* `"bright"`: render intense text bright, but not bold
* `"none"`: the Terminal won't do anything special for intense text

**Default value:** `"all"`

## Retro terminal effects

:::row:::
Expand Down