DEV Community

Typing Turtle
Typing Turtle

Posted on

Dank Owl - custom themes in Warp terminal and neovim

My warp themes

These go in your ~/.warp/themes directory - I have mine symlinked to a clone of the dotfiles referenced above (see setup.sh for details).

I use the font Dank Mono but you can switch the font. If you do want Dank Mono in all it's glory you'll want to run it through the nerd-font patcher.

It's not too bad just pay close attention to the instructions.

Image description

Image description

Image description

UPDATE:

Made a quick script to pull the top deep dream AI generated image into my theme: https://github.com/danieluhl/random-warp-bg

This runs in a terminal startup script that also pulls my latest dotfiles: https://github.com/danieluhl/dotfiles-3/blob/main/public/login.sh

Which gets kicked off here:
https://github.com/danieluhl/dotfiles-3/blob/main/public/zshrc#L126

UPDATE 2:

you can now run

npx get-warp-bg --theme [theme-folder]

Passing your theme directory, e.g. for ~/.warp/themes/night_owl you would run npx get-warp-bg --theme night_owl

Top comments (0)