Skip to content

Instantly share code, notes, and snippets.

@vngnc3
Last active April 3, 2024 12:36
Show Gist options
  • Save vngnc3/a80f54e7411c8a60e7822ec4567c12bf to your computer and use it in GitHub Desktop.
Save vngnc3/a80f54e7411c8a60e7822ec4567c12bf to your computer and use it in GitHub Desktop.
Berkeley Graphics Color Scheme for Windows Terminal
// U.S. Grarphics (formerly Berkeley Graphics) inspired color scheme for Windows Terminal
// Paste this in Windows Terminal JSON file
{
"background": "#000000",
"black": "#262424",
"blue": "#446CC2",
"brightBlack": "#403C3C",
"brightBlue": "#5485F0",
"brightCyan": "#00BAFF",
"brightGreen": "#3ECC6C",
"brightPurple": "#F500A5",
"brightRed": "#E6252D",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFE87C",
"cursorColor": "#808183",
"cyan": "#00ACEC",
"foreground": "#FEFFFE",
"green": "#32A457",
"name": "Berkeley Graphics",
"purple": "#CA0088",
"red": "#CC2128",
"selectionBackground": "#FFFFFF",
"white": "#E6E6E7",
"yellow": "#FFF12D"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment