Skip to content

Commit 0f4ebdf

Browse files
authored
docs: Add missing ui_font_size option in configuring-zed.md (#18189)
Added `ui_font_size`, an option that works in the editor but is missing from the documentation. Release Notes: - N/A
1 parent 37c93d8 commit 0f4ebdf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/src/configuring-zed.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ For example, to use `Nerd Font` as a fallback, add the following to your setting
215215

216216
**Options**
217217

218-
`integer` values
218+
`integer` values from `6` to `100` pixels (inclusive)
219219

220220
## Buffer Font Weight
221221

@@ -2184,6 +2184,16 @@ Float values between `0.0` and `0.9`, where:
21842184
}
21852185
```
21862186

2187+
## UI Font Size
2188+
2189+
- Description: The default font size for text in the UI.
2190+
- Setting: `ui_font_size`
2191+
- Default: `16`
2192+
2193+
**Options**
2194+
2195+
`integer` values from `6` to `100` pixels (inclusive)
2196+
21872197
## An example configuration:
21882198

21892199
```json

0 commit comments

Comments
 (0)