Skip to content

Instantly share code, notes, and snippets.

@juliusmarminge
Last active July 6, 2022 10:07
Show Gist options
  • Save juliusmarminge/ea45f0f2c627ee8d1778404f4642986d to your computer and use it in GitHub Desktop.
Save juliusmarminge/ea45f0f2c627ee8d1778404f4642986d to your computer and use it in GitHub Desktop.

Poimandres Warp Theme

Made a Warp theme based on the Poimandres VSCode Theme.

Install

  1. Copy the base16_pmndrs.yaml file into ~/.warp/themes
wget https://gist.githubusercontent.com/juliusmarminge/ea45f0f2c627ee8d1778404f4642986d/raw/5ea3cd5bf7f18c6a3f08a29edabfca5b59bc2778/base16_pmndrs.yaml -o ~/.warp/themes
  1. Set the theme in the Warp UI Settings

CleanShot 2022-07-06 at 11 56 37

Credits

Original Theme Source: https://github.com/drcmda/poimandres-theme

VSCode Marketplace: https://marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs

accent: "#484d79"
background: "#1b1e28"
details: darker
foreground: "#a6accd"
terminal_colors:
bright:
black: "#a6accd"
blue: "#add7ff"
cyan: "#89ddff"
green: "#5de4c7"
magenta: "#fae4fc"
red: "#d0679d"
white: "#ffffff"
yellow: "#fffac2"
normal:
black: "#1b1e28"
blue: "#89ddff"
cyan: "#add7ff"
green: "#5de4c7"
magenta: "#fcc5e9"
red: "#d0679d"
white: "#ffffff"
yellow: "#fffac2"
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment