1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-12 13:13:15 +03:00
wezterm/docs/config/lua/wezterm.gui
Wez Furlong dba7932e3e add wezterm.gui.get_appearance to retrieve dark mode
This simplifies the "change scheme based on dark mode" example
a lot.  This was previously impossible to do because we didn't
have a lua module associated with the gui until recently, so
the only way to reference a gui-related object was via an
event callback.

refs: https://github.com/wez/wezterm/issues/2258
2022-07-14 16:46:18 -07:00
..
get_appearance.md add wezterm.gui.get_appearance to retrieve dark mode 2022-07-14 16:46:18 -07:00
gui_window_for_mux_window.md docs: window:gui_window, wezterm.gui.screens() and friends 2022-07-06 16:33:47 -07:00
index.markdown docs: window:gui_window, wezterm.gui.screens() and friends 2022-07-06 16:33:47 -07:00
screens.md docs: window:gui_window, wezterm.gui.screens() and friends 2022-07-06 16:33:47 -07:00