Ultra Instinct
v0.1.4

Ultra Instinct Theme

A coding environment forged for hyperfocus. Designed for neurodivergent cognition where silence is not emptiness, but absolute structure.

Engineered for VS Code · Antigravity · Cursor · Windsurf · Every Fork
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Void Protocol — cognitive noise reduction engine
import { ColorSystem, TokenRule } from '@ultra/core';

@sealed
interface VoidConfig {
  variant:    'mastered' | 'mastered' | 'mastered';
  colorKeys: number;
  tokens:    TokenRule[];
  philosophy: 'reduce-noise';
}

const config: VoidConfig = {
  variant:    'mastered',
  colorKeys: 285,
  tokens:    loadRules('./tokens'),
  philosophy: 'reduce-noise',
};

export const initVoid = (cfg: VoidConfig) => ColorSystem.create(cfg).seal();

Theme Features

Capabilitiesesc
Three Variants
// Void Protocol — cognitive noise reduction engine
use ultra_core::{ColorSystem, TokenRule};

#[derive(Debug, Clone)]
pub enum Variant {
Mastered,
Sign,
MasteredLight,
}

Sign

The prelude. Raw contrast for high-intensity debugging.
Dark
# Void Protocol — cognitive noise reduction engine
from dataclasses import dataclass, field
from typing import Literal, List

@dataclass
class VoidConfig:
"""Void Protocol configuration."""
variant: Literal['mastered', 'sign']
color_keys: int = 285
philosophy: str = "reduce-noise"

Mastered Light

Clean, sharp, absolute. The inverted protocol for well-lit environments.
Light
Design Philosophy

The Void
Protocol

Built from lived experience — where visual noise isn't just annoying, it's a real barrier. Every decision here starts with one question: does this reduce friction, or add it?

Every color is intentional. Every token rule removes distraction, not adds decoration. The dark backgrounds aren't a trend. They're structure that lets your brain lock in.

// 01

Sensory Friendly

Tuned to reduce visual overstimulation and retinal fatigue, allowing your instincts to take over during long night sessions.
Get Running

Up in 2 steps.

01

Open the Extensions tab

Press Ctrl+Shift+X and search for:

Ultra Instinct Theme
02

Optional: optimize your settings

Add to your settings.json for the intended experience:

settings.json
{
  "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
}

Master your
Flow.

Free. Open source. Two registries. Absolute clarity.

I built Ultra Instinct Theme to solve a cognitive friction problem most themes ignore. I designed this environment on a principle of sensory engineering: reduce visual entropy until only the logic remains. I stripped out visual noise and aggressive contrasts so the interface simply disappears. It's not aesthetics — it's information architecture applied to your workspace to sustain hyperfocus without burning you out.

Juan Lias