-
-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow explicitly setting the window appearance on macOS
- Loading branch information
1 parent
6f375e2
commit c6cc982
Showing
4 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
tags: | ||
- appearance | ||
--- | ||
# `macos_window_appearance = "System"` | ||
|
||
{{since('nightly')}} | ||
|
||
This option allows explicitly the appearance of the window on macOS. | ||
|
||
The following values are supported: | ||
- `"System"`: Follow the system appearance. This is the default. | ||
- `"Light"`: Use the light appearance. | ||
- `"Dark"`: Use the dark appearance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters