youcode editor is a normal js, css, html accepted/run languages code editor in provided two theme light and dark
Ctrl + Shift + K
Ctrl + / # open settings and scroll down page and choose editor theme options
[
	{
		"editor.theme": "light",
		"editor.autoSave.delay": 3000,
		"editor.animation": true,
		"editor.autoSave": true,
		"editor.wordWrap": true,
		"editor.fontWeight": 500,
		"editor.fontFamily": "Arial sans-serif",
		"editor.fontSize": 14
	}
]





