{
	"folders": [
		{
			"path": "../docs"
		},
		{
			"path": ".."
		}
	],
	"settings": {
		"workbench.editor.restoreViewState": true,
		"window.restoreWindows": "all",
		"workbench.colorCustomizations": {
			"titleBar.activeBackground": "#01811561",
			"activityBar.background": "#00224462",
			"statusBar.background": "#4f2a00a9",
		},
		"better-comments.tags": [
			{
				"tag": "!",
				"color": "#FF2D00",
				"strikethrough": false,
				"underline": false,
				"backgroundColor": "transparent",
				"bold": false,
				"italic": false
			},
			{
				"tag": "?",
				"color": "#3498DB",
				"strikethrough": false,
				"underline": false,
				"backgroundColor": "transparent",
				"bold": false,
				"italic": false
			},
			{
				"tag": "//",
				"color": "#474747",
				"strikethrough": true,
				"underline": false,
				"backgroundColor": "transparent",
				"bold": false,
				"italic": false
			},
			{
				"tag": "todo",
				"color": "#FF8C00",
				"strikethrough": false,
				"underline": false,
				"backgroundColor": "transparent",
				"bold": false,
				"italic": false
			},
			{
				"tag": "*",
				"color": "#98C379",
				"strikethrough": false,
				"underline": false,
				"backgroundColor": "transparent",
				"bold": false,
				"italic": false
			}
		],
		"dashboard.storeProjectsInSettings": true
	}
}
