mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
docs: clarify color scheme search path
refs: https://github.com/wez/wezterm/issues/313
This commit is contained in:
parent
6dcf921dc3
commit
7a934ae63d
@ -90,9 +90,15 @@ 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
|
||||
the available color schemes for an example](https://github.com/wez/wezterm/blob/master/assets/colors/Builtin%20Dark.toml).
|
||||
|
||||
You then need to instruct wezterm where to look for your scheme files;
|
||||
the `color_scheme_dirs` setting specifies a list of directories to
|
||||
be searched:
|
||||
It is recommended that you place your custom scheme in a directory
|
||||
named `$HOME/.config/wezterm/colors` if you're on a POSIX system.
|
||||
|
||||
On a Windows system, `wezterm` will search for schemes in a directory
|
||||
named `colors` that is in the same directory as the `wezterm.exe`.
|
||||
|
||||
If you wish to place your color scheme files in some other location, then will
|
||||
will need to instruct wezterm where to look for your scheme files; the
|
||||
`color_scheme_dirs` setting specifies a list of directories to be searched:
|
||||
|
||||
```lua
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user