Variable: toolkit-theme
toolkit-theme is a variable defined in frame.c.
Value
nil
Documentation
The current toolkit theme.
Either the symbol light or the symbol dark, reflecting the system's
current theme preference. This variable is updated automatically when
the system theme changes.
This variable is only set on PGTK, Android, and MS-Windows builds.
Probably introduced at or before Emacs version 31.1.
Source Code
// Defined in /usr/src/emacs/src/frame.c
DEFVAR_LISP ("toolkit-theme", Vtoolkit_theme,
doc: /* The current toolkit theme.
Either the symbol `light' or the symbol `dark', reflecting the system's
current theme preference. This variable is updated automatically when
the system theme changes.
This variable is only set on PGTK, Android, and MS-Windows builds. */);