Skip to content

A port of Everforest Dark theme to Wez's Terminal Emulator

License

Notifications You must be signed in to change notification settings

frdwin/everforest-for-wezterm

Repository files navigation

Everforest for Wez's Terminal

Dark Light
Hard dark-hard light-hard
Medium dark-medium light-medium
Soft dark-soft light-soft

Introduction

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.

Instalation

  1. Clone the repo into wezterm config directory:
mkdir -p $HOME/.config/wezterm/ && \
git clone https://github.com/frdwin/Everforest-Wezterm $HOME/.config/wezterm/colors
  1. Change your WezTerm config to apply the theme:
return {
	[... your configuration ...]
	color_scheme_dirs = { "~/.config/wezterm/colors" },
	color_scheme = "Everforest Dark (Medium)",
}

Options

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)"

About

A port of Everforest Dark theme to Wez's Terminal Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published