Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iknowkungfoo/28ac6d88f3454ec320018b4105bb79d4 to your computer and use it in GitHub Desktop.
Save iknowkungfoo/28ac6d88f3454ec320018b4105bb79d4 to your computer and use it in GitHub Desktop.
VSCode version of the iTerm2 Dracula+ color theme (https://iterm2colorschemes.com/) VSCode > Preferences > Settings > Workbench > Appearance > Color Customization - Edit in settings.json
{
"workbench.colorCustomizations": {
"terminal.background": "#212121",
"terminal.foreground": "#f8f8f2",
"terminalCursor.background": "#f8f8f2",
"terminalCursor.foreground": "#f8f8f2",
"terminal.ansiBlack": "#212121",
"terminal.ansiBlue": "#82aaff",
"terminal.ansiBrightBlack": "#626483",
"terminal.ansiBrightBlue": "#82aaff",
"terminal.ansiBrightCyan": "#8be9fd",
"terminal.ansiBrightGreen": "#50fa7b",
"terminal.ansiBrightMagenta": "#c792ea",
"terminal.ansiBrightRed": "#ff5555",
"terminal.ansiBrightWhite": "#f8f8f2",
"terminal.ansiBrightYellow": "#ffcb6b",
"terminal.ansiCyan": "#A1EFE4",
"terminal.ansiGreen": "#50fa7b",
"terminal.ansiMagenta": "#c792ea",
"terminal.ansiRed": "#ff5555",
"terminal.ansiWhite": "#f8f8f2",
"terminal.ansiYellow": "#ffcb6b"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment