1
0
Fork 0
forked from wry/wry

fix some bugs relating to tab behavior and border rendering

This commit is contained in:
kossLAN 2026-05-03 04:17:23 -04:00
parent f056727621
commit 206a5fb19e
No known key found for this signature in database
12 changed files with 240 additions and 172 deletions

View file

@ -4882,6 +4882,12 @@ The table has the following fields:
The value of this field should be a [Color](#types-Color).
- `active-border-color` (optional):
The color of the borders around active windows.
The value of this field should be a [Color](#types-Color).
- `captured-focused-title-bg-color` (optional):
The background color of focused titles that are being recorded.
@ -5006,6 +5012,14 @@ The table has the following fields:
The value of this field should be a string.
- `corner-radius` (optional):
The corner radius for window borders in logical pixels. Defaults to 0 (square corners).
The value of this field should be a number.
The numbers should be greater than or equal to 0.
<a name="types-TileState"></a>
### `TileState`