1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00

Use mkdocs admonish for note about mux color schemes

This commit is contained in:
Wez Furlong 2023-03-17 09:29:38 -07:00 committed by GitHub
parent 587ceca98e
commit 4e7eba36fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,11 @@ If you'd like to automatically adjust your color scheme based on the
system dark mode or light mode appearance, see the example in
[wezterm.gui.get_appearance()](lua/wezterm.gui/get_appearance.md)
*Note: if you are using multiplexing with ssh or tls domains, the color scheme
is controlled by the config file on the multiplexer server side. This is
because the palette is an attribute of the terminal emulation and that state
lives on the multiplexer server.*
!!! note
if you are using multiplexing with ssh or tls domains, the color scheme
is controlled by the config file on the multiplexer server side. This is
because the palette is an attribute of the terminal emulation and that state
lives on the multiplexer server.*
### Precedence of `colors` vs `color_schemes`