Created
May 7, 2020 04:56
-
-
Save ekowcharles/bf95ada98e05029b7a2a807663d8865b to your computer and use it in GitHub Desktop.
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
Preferences > Settings > Workbench > Appearance > Edit settings.json | |
"workbench.colorCustomizations": { | |
"terminal.foreground": "#839496", | |
"terminal.background": "#002b36", | |
"terminalCursor.background": "#A89984", | |
"terminalCursor.foreground": "#A89984", | |
"terminal.ansiBlack": "#073642", | |
"terminal.ansiBlue": "#268bd2", | |
"terminal.ansiBrightBlack": "#002b36", | |
"terminal.ansiBrightBlue": "#839496", | |
"terminal.ansiBrightCyan": "#93a1a1", | |
"terminal.ansiBrightGreen": "#586e75", | |
"terminal.ansiBrightMagenta": "#6c71c4", | |
"terminal.ansiBrightRed": "#cb4b16", | |
"terminal.ansiBrightWhite": "#fdf6e3", | |
"terminal.ansiBrightYellow": "#657b83", | |
"terminal.ansiCyan": "#2aa198", | |
"terminal.ansiGreen": "#859900", | |
"terminal.ansiMagenta": "#d33682", | |
"terminal.ansiRed": "#dc322f", | |
"terminal.ansiWhite": "#eee8d5", | |
"terminal.ansiYellow": "#b58900" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment