Last active
April 3, 2024 12:36
-
-
Save vngnc3/a80f54e7411c8a60e7822ec4567c12bf to your computer and use it in GitHub Desktop.
Berkeley Graphics Color Scheme for Windows Terminal
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
// 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