Skip to content

Commit

Permalink
Add window.activeBorder caveats (#6801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew authored Nov 7, 2023
1 parent aacac20 commit 040b00c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/references/theme-color.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ The theme colors for VS Code window border.
- `window.activeBorder`: Border color for the active (focused) window.
- `window.inactiveBorder`: Border color for the inactive (unfocused) windows.

The window border colors are only supported on macOS and Linux (not Windows) and only when the custom title bar is enabled (`"window.titleBarStyle": "custom"`).

## Text colors

Colors inside a text document, such as the welcome page.
Expand Down

0 comments on commit 040b00c

Please sign in to comment.