aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi14
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
2125application's window. (It is not certain this will be implemented; try 2125application's window. (It is not certain this will be implemented; try
2126it and see if it works.) 2126it and see if it works.)
2127@end ignore 2127@end ignore
2128
2129@vindex ns-appearance, a frame parameter
2130@item ns-appearance
2131Only available on macOS, if set to @code{dark} draw this frame's
2132window-system window using the ``vibrant dark'' theme, otherwise use
2133the system default. The ``vibrant dark'' theme can be used to set the
2134toolbar and scrollbars to a dark appearance when using an Emacs theme
2135with a dark background.
2136
2137@vindex ns-transparent-titlebar, a frame parameter
2138@item ns-transparent-titlebar
2139Only available on macOS, if non-@code{nil}, set the titlebar and
2140toolbar to be transparent. This effectively sets the background color
2141of both to match the Emacs background color.
2128@end table 2142@end table
2129 2143
2130 2144