Infinity Mono Theme for VS Code by Shingo Murata
Infinity Mono themes feature greyscale syntax highlighting
This theme is a super lightweight version of Infinity 64 simplified to greyscale monochrome:
- Infinity Mono Whiteboard
- Infinity Mono Blackboard
Thanks to Big Al complex highlighters seem redundant in 2025 inviting this next logical step.
Version 1.0.0 supports all syntaxes using generic scopes
The 6 groups of scopes used:
{
["comment", "comment punctuation"],
["meta.attribute", "meta.objectliteral.js"],
["string", "function", "entity.name.function", "storage.type", "punctuation", "comment keyword"],
["support", "variable", "variable.other.object", "variable.language.this", "entity.other.attribute-name", "meta.tag"],
["class", "support.class", "entity.name.class", "keyword.operator", "punctuation.definition.variable", "meta.tag.structure"],
["constant", "keyword", "namespace", "entity.other.attribute-name.namespace", "heading", "meta.tag.custom"],
}

Recommended settings for a minimal interface
{
"editor.bracketPairColorization.enabled": false,
"editor.guides.bracketPairs": false,
"editor.guides.indentation": false,
"editor.lineNumbers": "off",
"editor.minimap.renderCharacters": false,
"editor.minimap.scale": 1,
"editor.renderLineHighlight": "none",
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"window.autoDetectColorScheme": true,
"window.systemColorTheme": "auto",
"workbench.preferredDarkColorTheme": "Infinity Mono Blackboard by Shingo Murata",
"workbench.preferredLightColorTheme": "Infinity Mono Whiteboard by Shingo Murata",
}
