Skip to content

eldritch-theme/warp

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.

Main Theme repo can be found here

Showcase

Eldritch for Warp Terminal:

Screenshot of Warp Terminal with Eldritch color theme

Fancy Eldritch for Warp Terminal:

Screenshot of Warp Terminal with Fancy Eldritch color theme

Example of Warp Terminal row highlight:

Screenshot of row highlight in Warp Terminal

Installation

The easiest way to install this theme is to clone the repository into the themes directory of Warp.

  1. Set up an environment variable to make life easier:
# Mac
export WARP_THEME_DIR="${HOME}/.warp/themes"
# Linux
export WARP_THEME_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes"
  1. Install the theme:
mkdir -p "${WARP_THEME_DIR}" && \
  git clone --depth=1 https://github.com/eldritch-theme/warp.git \
  "${WARP_THEME_DIR}/eldritch"
  1. Configure Warp to use either Eldritch or Fancy Eldritch.