From 652d0ad623da2297b85954a80759bbf2f0de9d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Bor=C3=A1k?= Date: Fri, 31 May 2024 23:08:41 +0200 Subject: [PATCH] Remove .vscode --- .gitignore | 1 + .vscode/settings.json | 22 ---------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 4b6ce61..64e6c58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.bundle/ +/.vscode/ /.yardoc /_yardoc/ /coverage/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 34c1316..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#05110e", - "activityBar.background": "#05110e", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#7a2b94", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#05110e", - "statusBar.background": "#0f3a2f", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#196350", - "statusBarItem.remoteBackground": "#0f3a2f", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#0f3a2f", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#0f3a2f99", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.color": "#0f3a2f" -} \ No newline at end of file