1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00
This commit is contained in:
Robert Zhu 2024-06-08 15:30:06 -04:00 committed by Wez Furlong
parent eb26a5daa1
commit 7d8675fdfe

View File

@ -223,7 +223,7 @@ builting color scheme.
If you'd like to factor your color schemes out into separate files, you If you'd like to factor your color schemes out into separate files, you
can create a file with a `[colors]` section; take a look at [one of can create a file with a `[colors]` section; take a look at [one of
the available color schemes for an example](https://github.com/wez/wezterm/config/src/scheme_data.rs). the available color schemes for an example](https://github.com/wez/wezterm/tree/main/config/src/scheme_data.rs).
It is recommended that you place your custom scheme in a directory It is recommended that you place your custom scheme in a directory
named `$HOME/.config/wezterm/colors` if you're on a POSIX system. named `$HOME/.config/wezterm/colors` if you're on a POSIX system.