Eldritch is a community-driven dark theme inspired by Lovecraftian horror. With tones from the dark abyss and an emphasis on green and blue, it caters to those who appreciate the darker side of life.
- In your wezterm config
local wezterm = require 'wezterm'
local config = {}
config.color_scheme = 'Eldritch'
return config
- Download the
eldritch.toml
file from this directory. - Place it in
~/.config/wezterm/colors/eldritch.toml
(or wherever your wezterm configuration is located). - In your wezterm.lua file, add the following line:
-- The following two lines you probably already have, so skip those if you do
local wezterm = require("wezterm")
local config = wezterm.config_builder()
config.color_scheme = "Eldritch"