Custom themes repository for Warp, a blazingly fast modern terminal built in Rust.
Find a file
2024-02-24 12:45:46 -08:00
.github lint: Lint 2023-06-20 23:40:08 -07:00
.trunk trunk config 2023-07-14 14:09:32 -07:00
.warp/workflows Running themes generator 2022-07-21 14:27:03 -04:00
base16 feat: Add new theme Base16 Asam based in Base16 Pico (#70) 2023-11-17 12:07:22 -08:00
scripts lint: Lint 2023-06-21 14:57:05 -07:00
special_edition adding asteroid city image references 2023-07-14 14:08:14 -07:00
standard feat: Add Ambience theme from Terminator 2024-02-24 12:45:46 -08:00
stradicat Elementarish theme added (#76) 2023-11-20 21:51:58 -08:00
warp_bundled lint: adding headers to folder readmes 2022-10-23 22:55:43 -04:00
.gitignore Ignoring custom theme file 2023-01-03 12:55:55 -08:00
.gitmodules chore: adding trunk 2022-10-23 22:45:43 -04:00
LICENSE Initial commit 2021-09-22 18:19:52 -07:00
README-intro.md lint: Lint 2023-06-20 23:40:08 -07:00
README.md Update README.md 2023-08-23 11:34:24 -06:00

Warp Themes

This is an open-source repository with themes for Warp. We welcome and appreciate any contributions! Join our Discord, we have a channel dedicated to discussing custom themes.

We have directions on how to use this repository in our documentation.

Custom Background Images

Warp supports setting background images, set the path to your background image in your themes .yaml file:

  • A relative path to ~/.warp/themes/background.jpg
  • The absolute path to the background image /Users/my_user/Documents/background.jpg

If your background image was under ~/.warp/themes/level_one/level_two/background_image.jpg then the file path in the yaml should be:

background_image:
  # background image credit: https://unsplash.com/photos/0eKCOZ11gfk
  path: "level_one/level_two/background_image.jpg"

Contributing

TLDR; After adding your theme run the python script for generating theme previews ./scripts/gen_theme_previews.py like so:

python3 ./scripts/gen_theme_previews.py standard

for a newly added theme that's in the standard folder/directory. If you get the error that yaml is missing make sure you pip install PyYAML

There are more directions on how to use this repository in our documentation..

Open source dependencies

We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:

What are base16 themes?

An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.

More on the details and structure here: https://github.com/chriskempson/base16.

Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill. Repo: https://github.com/aarowill/base16-alacritty

What are standard themes?

In this directory, you'll find themes popular among other tools, including Solarized, Dracula, and others.

Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy. Repo: https://github.com/eendroroy/alacritty-theme

What are holiday themes?

We made holiday themes to celebrate various holidays during the calendar year.

What are warp_bundled themes?

These are the themes that ship directly with Warp.