mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
ca8209b230
This simplifies it a bit and exposes the config via the config file; the following options are possible, each one specifies a color ```lua return { window_frame = { inactive_titlebar_bg = "", active_titlebar_bg = "", inactive_titlebar_fg = "", active_titlebar_fg = "", inactive_titlebar_border_bottom = "", active_titlebar_border_bottom = "", button_fg = "", button_bg = "", button_hover_fg = "", button_hover_bg = "", } } ``` refs: https://github.com/wez/wezterm/issues/761 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |