Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in theme file #60

Open
hichemfantar opened this issue May 20, 2024 · 0 comments
Open

Warnings in theme file #60

hichemfantar opened this issue May 20, 2024 · 0 comments

Comments

@hichemfantar
Copy link

hichemfantar commented May 20, 2024

VS Code starts throwing a bunch of warnings when you open the theme file:

JSON dump below

[
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 159,
		"startColumn": 44,
		"endLineNumber": 159,
		"endColumn": 53
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 179,
		"startColumn": 40,
		"endLineNumber": 179,
		"endColumn": 49
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"code": "2",
		"severity": 4,
		"message": "'editorIndentGuide.background' is deprecated. Use 'editorIndentGuide.background1' instead.",
		"startLineNumber": 182,
		"startColumn": 5,
		"endLineNumber": 182,
		"endColumn": 48
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"code": "2",
		"severity": 4,
		"message": "'editorIndentGuide.activeBackground' is deprecated. Use 'editorIndentGuide.activeBackground1' instead.",
		"startLineNumber": 183,
		"startColumn": 5,
		"endLineNumber": 183,
		"endColumn": 54
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 193,
		"startColumn": 48,
		"endLineNumber": 193,
		"endColumn": 57
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 194,
		"startColumn": 53,
		"endLineNumber": 194,
		"endColumn": 62
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 195,
		"startColumn": 57,
		"endLineNumber": 195,
		"endColumn": 66
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 196,
		"startColumn": 52,
		"endLineNumber": 196,
		"endColumn": 61
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "This color must be transparent or it will obscure content",
		"startLineNumber": 197,
		"startColumn": 58,
		"endLineNumber": 197,
		"endColumn": 67
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "Property welcomePage.buttonBackground is not allowed.",
		"startLineNumber": 363,
		"startColumn": 5,
		"endLineNumber": 363,
		"endColumn": 35
	},
	{
		"resource": "/Users/starz/Downloads/halcyon-color-theme.json",
		"owner": "_generated_diagnostic_collection_name_#3",
		"severity": 4,
		"message": "Property welcomePage.buttonHoverBackground is not allowed.",
		"startLineNumber": 364,
		"startColumn": 5,
		"endLineNumber": 364,
		"endColumn": 40
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant