Happy to share my Temple Twilight theme! This one is a little intense, but definitely adds some variety. It works very well with my acidic inferno neovim (NvChad) theme as well if you use neovim. Really makes your Warp pop when you're looking to mix it up! Let me know if you want
Guide (for mac/unix. Uou're on your own if you're on Windows)
mkdir -p ~/.warp/themes/&& cd ~/.warp/themes/
touch temple_twilight.yaml
Then, place the theme image in the same themes directory as the yaml file (ensure it's named temple_twilight.jpg and restart Warp. It will now appear on the themes section at the bottom after a few minutes.
cursor: '#FFD700'
background:
top: "#2B0000"
bottom: "#1A0000"
accent:
left: '#FF3333'
right: '#FF6666'
foreground: "#FFE6E6"
background_image:
path: custom/temple_twilight_bg.png
opacity: 10
details: darker
terminal_colors:
normal:
black: '#2B0000'
red: '#FF3333'
green: '#B8995F'
yellow: '#FF6633'
blue: '#FF4D4D'
magenta: '#FF668C'
cyan: '#FF5C33'
white: '#FFE6E6'
bright:
black: '#400000'
red: '#FF4D4D'
green: '#FFD700'
yellow: '#FF9980'
blue: '#FF6666'
magenta: '#FF80B3'
cyan: '#FF8533'
white: '#FFF0F0'
Here's an uncompressed version of the image background in case Discord compresses it:
https://drive.google.com/file/d/1wMli0IVNSG_vgfFv6HmsoG2D5zS6turr/view?usp=sharing
If you use Neovim (NvChad), this theme goes perfectly with it:
https://github.com/anongecko/nvim-acidic-inferno-theme/tree/e2e8c1d335f2261d3f846cfc70b2ee17175a3791
I currently use a customized version of powerlevel10k for my zsh prompt. DM me if you want the configuration!