Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1000 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 1000 Bytes

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.

Showcase

Screenshot

Installation

Main method

  1. In your wezterm config
local wezterm = require 'wezterm'
local config = {}

config.color_scheme = 'Eldritch'

return config

From Source

  1. Download the eldritch.toml file from this directory.
  2. Place it in ~/.config/wezterm/colors/eldritch.toml (or wherever your wezterm configuration is located).
  3. 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"