Skip to content

Instantly share code, notes, and snippets.

@PhEEP
Created January 2, 2020 20:03
Show Gist options
  • Save PhEEP/f0de29566f3ac7b52bdef18f9db32243 to your computer and use it in GitHub Desktop.
Save PhEEP/f0de29566f3ac7b52bdef18f9db32243 to your computer and use it in GitHub Desktop.
Microsoft Terminal Cyberpunk Scheme in JSON format
{
"name": "Cyberpunk",
"black": "#000000",
"red": "#FF7092",
"green": "#00FBAC",
"yellow": "#FFFA6A",
"blue": "#00BFFF",
"purple": "#DF95FF",
"cyan": "#86CBFE",
"white": "#FFFFFF",
"brightBlack": "#555555",
"brightRed": "#FF8AA4",
"brightGreen": "#21F6BC",
"brightYellow": "#FFF787",
"brightBlue": "#1BCCFD",
"brightPurple": "#E6AEFE",
"brightCyan": "#99D6FC",
"brightWhite": "#FFFFFF",
"background": "#332A57",
"foreground": "#E5E5E5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment