Last active
August 26, 2021 13:53
-
-
Save dacoffey/fff307da75472b4d8054430cf90126bd to your computer and use it in GitHub Desktop.
VSCODE: Colors
This file contains 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
"editor.tokenColorCustomizations": { "comments": "#c0c0c0" } | |
"workbench.colorCustomizations": { | |
"terminal.foreground" : "#ffffff", | |
"terminal.background" : "#000000", | |
"terminal.ansiRed": "#ff8888", | |
"terminal.ansiBrightBlack": "#aaaaaa" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment