From 2e031f4acdadd89a24976f9a9804383444a66e9c Mon Sep 17 00:00:00 2001 From: Nelson Pecora Date: Tue, 20 Oct 2020 17:01:37 -0400 Subject: [PATCH] remove vscode config --- .vscode/settings.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 82ea0c9..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "workbench.colorCustomizations": { - "[Palenight Theme]": { - "sideBar.background": "#1e212e", - "activityBar.background": "#1e212e", - "panel.background": "#1e212e", - "terminal.background": "#1e212e", - "contrastBorder": "#3c3f50", - "tab.activeBackground": "#1e212e", - "editorCursor.foreground": "#4929ff", - "selection.background": "#8794d450", - "panel.border": "#3c3f50", - "list.inactiveSelectionBackground": "#8794d450", - "list.inactiveSelectionForeground": "#dbdff7", - "statusBar.foreground": "#7d85b4", - "editorRuler.foreground": "#4E557980", - "editor.selectionBackground": "#a977d893", - "editor.selectionHighlightBackground": "#383D51", - "editor.inactiveSelectionBackground": "#7e57c25a", - "editor.wordHighlightBackground": "#383d5180", - "editor.wordHighlightStrongBackground": "#a977d870", - "editor.findMatchHighlightBackground": "#a977d870" - } - } -} \ No newline at end of file