Created
September 25, 2019 16:11
-
-
Save brschwar/398677ea00e9f7bbc1e3f172a6a55e5d to your computer and use it in GitHub Desktop.
VS Code Color Theme
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
{ | |
"workbench.colorCustomizations": { | |
"terminal.foreground": "#839496", | |
"terminal.background": "#002833", | |
"terminal.ansiBlack": "#003541", | |
"terminal.ansiBlue": "#268bd2", | |
"terminal.ansiCyan": "#2aa198", | |
"terminal.ansiGreen": "#859901", | |
"terminal.ansiMagenta": "#d33682", | |
"terminal.ansiRed": "#dc322f", | |
"terminal.ansiWhite": "#eee8d5", | |
"terminal.ansiYellow": "#b58901", | |
"terminal.ansiBrightBlack": "#586e75", | |
"terminal.ansiBrightBlue": "#839496", | |
"terminal.ansiBrightCyan": "#93a1a1", | |
"terminal.ansiBrightGreen": "#586e75", | |
"terminal.ansiBrightMagenta": "#6c6ec6", | |
"terminal.ansiBrightRed": "#cb4b16", | |
"terminal.ansiBrightWhite": "#fdf6e3", | |
"terminal.ansiBrightYellow": "#657b83", | |
"terminalCursor.foreground": "#839496", | |
"terminalCursor.background": "#003541" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taken from:
https://gist.github.com/berndverst/b6b6972d0ca3d6a569f082f53b777442