Last active
September 13, 2024 14:53
-
-
Save paul-hph/77c0f48daabb91f31470b9fdd022697b to your computer and use it in GitHub Desktop.
Custom Hyper-like Theme for warp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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