Skip to content

eldritch-theme/wezterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A theme for the Ancient Ones! (Wezterm)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published