Created
January 20, 2023 20:07
-
-
Save TheXenocide/b2e7abfc88cb32159e75f6a9f3734e26 to your computer and use it in GitHub Desktop.
Visual Studio Light Windows Terminal Theme
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
{ | |
"background": "#FFFFFF", | |
"black": "#0C0C0C", | |
"blue": "#00008B", | |
"brightBlack": "#A9A9A9", | |
"brightBlue": "#0073FF", | |
"brightCyan": "#00FFFF", | |
"brightGreen": "#16C60C", | |
"brightPurple": "#8F08C4", | |
"brightRed": "#FF0000", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFFF00", | |
"cursorColor": "#000000", | |
"cyan": "#008080", | |
"foreground": "#000000", | |
"green": "#006400", | |
"name": "Visual Studio Light", | |
"purple": "#800080", | |
"red": "#800000", | |
"selectionBackground": "#0078D7", | |
"white": "#D3D3D3", | |
"yellow": "#C4C400" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment