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
Eldritch for Warp Terminal:
Fancy Eldritch for Warp Terminal:
Example of Warp Terminal row highlight:
The easiest way to install this theme is to clone the repository into the themes
directory of Warp.
- 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"
- Install the theme:
mkdir -p "${WARP_THEME_DIR}" && \
git clone --depth=1 https://github.com/eldritch-theme/warp.git \
"${WARP_THEME_DIR}/eldritch"
- Configure Warp to use either
Eldritch
orFancy Eldritch
.