Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
A theme for the Ancient Ones! (Warp Terminal)
- Host: GitHub
- URL: https://github.com/eldritch-theme/warp
- Owner: eldritch-theme
- License: mit
- Created: 2024-04-02T20:00:23.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T01:20:04.000Z (9 months ago)
- Last Synced: 2024-08-02T14:08:01.551Z (5 months ago)
- Topics: eldritch-theme, warp-terminal
- Homepage: https://github.com/eldritch-theme/eldritch
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
**Fancy Eldritch** for Warp Terminal:
Example of Warp Terminal row highlight:
### 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`.