Nothing OS Theme is a minimal, high-contrast extension inspired by the unique design language of Nothing Technology. It features a monochromatic palette, dot-matrix aesthetics, and the signature Nothing Red (#D71921) accents.
Designed to reduce eye strain while keeping important syntax highly visible.
This extension comes with 5 distinct variants:
The definitive Nothing experience. Pure black (#000000) background, perfect for OLED screens, with high-contrast white text and red accents.
A softer, slate-gray (#14151F) background for those who find pure black too harsh. Balanced contrast with the same signature red highlights.
A clean, paper-white workspace that maintains the Nothing aesthetic in bright environments.
A strict monochromatic version. Pure black and white only, mimicking the Glyph Interface. Color is used extremely sparingly, only for critical errors.
A special variant with enhanced color coding. Features the signature Nothing black background with vibrant yellow (#ffc703) accents and red highlights for better syntax differentiation.
For the best experience, add these settings to your settings.json:
{
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', monospace",
"editor.fontLigatures": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.guides.bracketPairs": true,
"editor.bracketPairColorization.enabled": true,
"workbench.colorTheme": "Nothing OS Gray"
}



