Skip to content

Instantly share code, notes, and snippets.

@paul-hph
Last active September 13, 2024 14:53
Show Gist options
  • Save paul-hph/77c0f48daabb91f31470b9fdd022697b to your computer and use it in GitHub Desktop.
Save paul-hph/77c0f48daabb91f31470b9fdd022697b to your computer and use it in GitHub Desktop.
Custom Hyper-like Theme for warp
accent: "#64FFDA"
background: "#000000"
foreground: "#ffffff"
details: "darker"
terminal_colors:
normal:
black: "#000000"
red: "#ff0000"
green: "#33ff00"
yellow: "#ffff00"
blue: "#0066ff"
magenta: "#cc00ff"
cyan: "#00ffff"
white: "#d0d0d0"
bright:
black: "#808080"
red: "#ff0000"
green: "#33ff00"
yellow: "#ffff00"
blue: "#0066ff"
magenta: "#cc00ff"
cyan: "#00ffff"
white: "#ffffff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment