diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/frames.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index b430f7c6fad..6431bbdedb9 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2125,6 +2125,20 @@ Specifying this lets you create an Emacs window inside some other | |||
| 2125 | application's window. (It is not certain this will be implemented; try | 2125 | application's window. (It is not certain this will be implemented; try |
| 2126 | it and see if it works.) | 2126 | it and see if it works.) |
| 2127 | @end ignore | 2127 | @end ignore |
| 2128 | |||
| 2129 | @vindex ns-appearance, a frame parameter | ||
| 2130 | @item ns-appearance | ||
| 2131 | Only available on macOS, if set to @code{dark} draw this frame's | ||
| 2132 | window-system window using the ``vibrant dark'' theme, otherwise use | ||
| 2133 | the system default. The ``vibrant dark'' theme can be used to set the | ||
| 2134 | toolbar and scrollbars to a dark appearance when using an Emacs theme | ||
| 2135 | with a dark background. | ||
| 2136 | |||
| 2137 | @vindex ns-transparent-titlebar, a frame parameter | ||
| 2138 | @item ns-transparent-titlebar | ||
| 2139 | Only available on macOS, if non-@code{nil}, set the titlebar and | ||
| 2140 | toolbar to be transparent. This effectively sets the background color | ||
| 2141 | of both to match the Emacs background color. | ||
| 2128 | @end table | 2142 | @end table |
| 2129 | 2143 | ||
| 2130 | 2144 | ||