Skip to content

Instantly share code, notes, and snippets.

@sarkaaa
Created May 1, 2020 16:31
Show Gist options
  • Save sarkaaa/f2347068df945ab1ef5526852472c215 to your computer and use it in GitHub Desktop.
Save sarkaaa/f2347068df945ab1ef5526852472c215 to your computer and use it in GitHub Desktop.
VSCode Visual Config
{
"workbench.colorTheme": "Dracula Falcon",
"workbench.colorCustomizations": {
"terminal.foreground":"#B9B5B8",
"terminalCursor.background":"#B9B5B8",
"terminalCursor.foreground":"#B9B5B8",
"terminal.ansiBlack":"#322931",
"terminal.ansiBlue":"#1290BF",
"terminal.ansiBrightBlack":"#797379",
"terminal.ansiBrightBlue":"#1290BF",
"terminal.ansiBrightCyan":"#149B93",
"terminal.ansiBrightGreen":"#8FC13E",
"terminal.ansiBrightMagenta":"#C85E7C",
"terminal.ansiBrightRed":"#DD464C",
"terminal.ansiBrightWhite":"#FFFFFF",
"terminal.ansiBrightYellow":"#FDCC59",
"terminal.ansiCyan":"#149B93",
"terminal.ansiGreen":"#8FC13E",
"terminal.ansiMagenta":"#C85E7C",
"terminal.ansiRed":"#DD464C",
"terminal.ansiWhite":"#B9B5B8",
"terminal.ansiYellow":"#FDCC59"
},
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "RobotoMono Nerd Font Mono"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment