A minimal dark VS Code theme ported from zh00k's Linux rice:
- UI chrome (sidebar, tabs, status bar, panels, inputs) pulled from the
zh00k-darkFirefox theme. - Syntax colors pulled from the "Mountain Home" palette used in zh00k's
_vimrc(green for keywords/functions, muted mauve for strings/exceptions, tan for constants, grey comments).

Installation
From the Marketplace
- Open the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X). - Search for zh00k dark.
- Click Install.
- Open the Command Palette →
Preferences: Color Theme→ select zh00k dark.
Manual installation
- Clone this repo into your VS Code extensions directory:
- Linux/macOS:
~/.vscode/extensions/zh00k-dark-theme - Windows:
%USERPROFILE%\.vscode\extensions\zh00k-dark-theme
- Linux/macOS:
- Restart VS Code.
- Open the Command Palette →
Preferences: Color Theme→ select zh00k dark.