Dark | Light | |
---|---|---|
Hard | ||
Medium | ||
Soft |
This is a port of the amazing Everforest theme to the also amazing Wez's Terminal emulator.
Please checkout their Github pages for more information.
- Clone the repo into wezterm config directory:
mkdir -p $HOME/.config/wezterm/ && \
git clone https://github.com/frdwin/Everforest-Wezterm $HOME/.config/wezterm/colors
- Change your WezTerm config to apply the theme:
return {
[... your configuration ...]
color_scheme_dirs = { "~/.config/wezterm/colors" },
color_scheme = "Everforest Dark (Medium)",
}
Possible values for the color_scheme variable are:
- "Everforest Dark (Soft)"
- "Everforest Dark (Medium)"
- "Everforest Dark (Hard)"
- "Everforest Light (Soft)"
- "Everforest Light (Medium)"
- "Everforest Light (Hard)"