Skip to content

Instantly share code, notes, and snippets.

@rakheshster
Created May 13, 2019 14:18
Show Gist options
  • Save rakheshster/91249de96e652f785ceecbdc5bc43367 to your computer and use it in GitHub Desktop.
Save rakheshster/91249de96e652f785ceecbdc5bc43367 to your computer and use it in GitHub Desktop.
Dracula Theme Colors for Visual Studio Code terminal
"workbench.colorCustomizations":{
"terminal.foreground": "#f8f8f2",
"terminal.background": "#282a36",
"terminal.ansiBlack": "#003541",
"terminal.ansiBlue": "#268bd2",
"terminal.ansiCyan": "#8be9fd",
"terminal.ansiGreen": "#50fa7b",
"terminal.ansiMagenta": "#ff79c6",
"terminal.ansiRed": "#ff5555",
"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