Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eldritch-theme/warp

A theme for the Ancient Ones! (Warp Terminal)
https://github.com/eldritch-theme/warp

eldritch-theme warp-terminal

Last synced: about 2 months ago
JSON representation

A theme for the Ancient Ones! (Warp Terminal)

Awesome Lists containing this project

README

        





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](https://github.com/eldritch-theme/eldritch)

### 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:

```bash
# Mac
export WARP_THEME_DIR="${HOME}/.warp/themes"
# Linux
export WARP_THEME_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes"
```

2. Install the theme:

```bash
mkdir -p "${WARP_THEME_DIR}" && \
git clone --depth=1 https://github.com/eldritch-theme/warp.git \
"${WARP_THEME_DIR}/eldritch"
```

3. Configure Warp to use either `Eldritch` or `Fancy Eldritch`.