DorkBrown is a cozy, high-contrast dark brown theme with tan foregrounds and subtle jungle-green accents. It’s designed to be easy on the eyes while keeping code structure clear.
- Tan text on a deep brown canvas for comfortable reading
- Jungle-green accents for selection, cursor, strings, functions, and keywords
- Thoughtful contrast for comments and punctuation
- Editor background:
#2A211C - Foreground (tan):
#D7C29E - Selection:
#3B463D - Cursor:
#A3D9A5 - Strings:
#9EC78A - Functions:
#7DBF9B - Keywords:
#6FAF7A - Operators/regex/escapes:
#74B3A5
- Open this folder in VS Code.
- Press
F5to launch an Extension Development Host. - In the new window, press
Cmd+K Cmd+Tand chooseDorkBrown. - Edit
themes/DorkBrown-color-theme.json, save, then pressCmd+Rin the dev host to reload.
To package a .vsix, install vsce and run:
npm install -g @vscode/vsce
vsce packageThen install it via VS Code’s Extensions view overflow menu: “Install from VSIX…”.
Issues and tweaks welcome. If you prefer different contrast for comments, strings, or numbers, open an issue or PR with screenshots of problem areas and suggestions.
MIT