Skip to content

Instantly share code, notes, and snippets.

@hasparus
Last active February 22, 2024 21:18
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasparus/37f8e6ceb4112a0e33f2223dd1e9dd2e to your computer and use it in GitHub Desktop.
Save hasparus/37f8e6ceb4112a0e33f2223dd1e9dd2e to your computer and use it in GitHub Desktop.
A color scheme for Windows Terminal

πŸ‘¨β€πŸŽ€ Cyberpunk SCARLET for Windows Terminal

screenshot of terminal presenting colors and borg cowsay saying "Hello!"

profile settings in screenshot

  "colorScheme": "Cyberpunk SCARLET",
  "cursorHeight": 25,
  "cursorShape": "vintage",
  "fontFace": "Fira Code",
  "fontSize": 12,

πŸ”Œ Installation

  • Copy-paste the scheme into the schemes section of your Windows Terminal profiles.json settings. Click Ctrl+, to open them.
  • Add "colorScheme": "Cyberpunk SCARLET" in a profile.

πŸ™ Credits

Colors stolen by netrunners from the Cyberpurelnk theme for Visual Studio Code

{
"background": "#000807",
"black": "#65737e",
"blue": "#00a2ff",
"brightBlack": "#eeffff",
"brightBlue": "#2088ff",
"brightCyan": "#89ddff",
"brightGreen": "#00ff9c",
"brightPurple": "#b700ff",
"brightRed": "#ff0059",
"brightWhite": "#eeffff",
"brightYellow": "#fffc58",
"cyan": "#00c3ff",
"foreground": "#ff3270",
"green": "#9dff00",
"name": "Cyberpunk SCARLET",
"purple": "#a200ff",
"red": "#ff0000",
"white": "#ffffff",
"yellow": "#ffff00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment