Ultra Instinct Theme
Less interface, more flow.
A high-contrast, distraction-free theme designed for the Flow State. Built to eliminate cognitive noise through "The Void Protocol," allowing your instincts to take over.
Explore the Official Website →
The Origin (Neurodivergent Design)
I built Ultra Instinct Theme to solve a cognitive friction problem most themes ignore.
Designed under a principle of sensory engineering: reduce visual entropy until only the logic remains. No unnecessary borders, no aggressive contrasts, no flashy icons breaking your concentration. The interface disappears and the code takes over.
Built by a Product Design Engineer with Autism and High Potential, for every mind that works differently.
Variants
Ultra Instinct Sign
- Mood: Raw, intense, electric.
- Palette: Electric blue & indigo on deep charcoal void (
#0d1017).
- Best for: High-intensity debugging and exploring unfamiliar codebases.

Ultra Instinct Mastered
- Mood: Calm, divine, perfected.
- Palette: Royal purple & silver on balanced dark void (
#141118).
- Best for: Daily driver. Long sessions, deep focus.

Ultra Instinct Mastered Light
- Mood: Sharp, clean, absolute.
- Palette: Silver backgrounds with aura purple accents.
- Best for: Well-lit environments, presentations, recordings.

Installation
Via VS Code Extensions panel:
- Open Extensions (
Ctrl+Shift+X)
- Search
Ultra Instinct Theme
- Click Install
- Select your variant:
Sign, Mastered, or Mastered Light
Via command line:
code --install-extension JuanLias.ultra-instinct-theme
Recommended Configuration
Add this to your settings.json to get the intended experience:
{
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.renderLineHighlight": "gutter",
"editor.renderWhitespace": "all",
// Critical: disable native rainbow brackets
"editor.bracketPairColorization.enabled": false,
"editor.guides.bracketPairs": false,
// Recommended typography
"editor.fontFamily": "'Cascadia Code NF', 'Fira Code', monospace",
"editor.fontLigatures": true
}
Disabling bracket pair colorization is critical — native rainbow brackets override the theme's carefully tuned punctuation colors.
Accessibility
- WCAG 2.1 AA compliant contrast ratios exceed 4.5:1 across all text elements.
- Sensory-tuned specifically designed to reduce visual overstimulation.
- Neurodivergent first built for ADHD, Autism, High Potential, and every mind that processes differently.
- Low blue light base Sign's charcoal (
#0d1017) minimizes retinal fatigue during night sessions.
Author
Juan Lias Product Design Engineer
License
MIT © Juan Lias