Skip to content

Instantly share code, notes, and snippets.

View sarkaaa's full-sized avatar

Šárka Chwastková sarkaaa

View GitHub Profile
@sarkaaa
sarkaaa / vscode_config.json
Created May 1, 2020 16:31
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",